(string->number ".") => 0
The number parser in (loko libs arithmetic) handles the special case "." incorrectly:
> (string->number ".")
0.0
It should return #f.
The number parser in (loko libs arithmetic) handles the special case "." incorrectly:
> (string->number ".")
0.0
It should return #f.