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