Closed evincarofautumn closed 7 years ago
E.g., 0. results in unexpected " " when it should probably just be allowed.
0.
unexpected " "
Have you considered using e notation, 0e? You can then use dot notation for a Rational data type to avoid the precision errors of floating point.
e
0e
E.g.,
0.
results inunexpected " "
when it should probably just be allowed.