Types/double: Difference between revisions
Jump to navigation
Jump to search
(Created page with "To store/parse doubles the double precision floating point format is used. http://en.wikipedia.org/wiki/Double-precision_floating-point_format") |
No edit summary |
||
Line 1: | Line 1: | ||
The format uses dot as decimal delimiter | |||
7.5 | |||
6 | |||
To store/parse doubles the double precision floating point format is used. | To store/parse doubles the double precision floating point format is used. | ||
http://en.wikipedia.org/wiki/Double-precision_floating-point_format | http://en.wikipedia.org/wiki/Double-precision_floating-point_format |
Revision as of 14:54, 12 October 2013
The format uses dot as decimal delimiter
7.5 6
To store/parse doubles the double precision floating point format is used.
http://en.wikipedia.org/wiki/Double-precision_floating-point_format