Menu

#4 Error with floating point parsing

open
nobody
None
5
2003-10-30
2003-10-30
Anonymous
No

Documentor gives an error when parsing floating point
numbers with scientific format:

The following line gives a parsing error:
const C_GISxDoublePrecGS = 1e-15;

If I change it to the following, it works fine
const C_GISxDoublePrecGS = 1.0e-15;

(BTW: it seems that this worked in previous versions)

Greez
Daniel Bernhard

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.