Matthias Boehm created SYSTEMML-1733: ----------------------------------------
Summary: Sequence w/ very small increment returns wrong number of
rows
Key: SYSTEMML-1733
URL: https://issues.apache.org/jira/browse/SYSTEMML-1733
Project: SystemML
Issue Type: Bug
Reporter: Matthias Boehm
The following script returns 299,999 although the correct answer would be
300,000
{code}
print(nrow(seq(0.00001,3,0.00001)));
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
