Types/float: Difference between revisions

From Official Factorio Wiki
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")
 
(Not a stub)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The format uses dot as decimal delimiter
<syntaxhighlight lang="lua">7.5
6</syntaxhighlight>
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

Latest revision as of 12:33, 7 September 2020

The format uses dot as decimal delimiter

7.5
6

To store/parse floats the single precision floating point format is used.

http://en.wikipedia.org/wiki/Single_precision