Login

Fancade Wiki

Fix link

... ...
@@ -12,6 +12,6 @@ The number is the most common data type. Numbers are represented by blue wires.
12 12
Numbers are stored as [[32-bit floats|https://en.wikipedia.org/wiki/Single-precision_floating-point_format]].
13 13
This gives numbers a maximum value of **340,282,346,638,528,859,811,704,183,484,516,925,440**. Likewise, their minimum value is the negative of that.
14 14
15
Numbers have about 7 digits of precision. This means that numbers with 8 digits or more may begin to give slightly inaccurate results, e.g. when [[adding|Add]] numbers together. The margin of error is usually tiny, but gets larger the more digits you have.
15
Numbers have about 7 digits of precision. This means that numbers with 8 digits or more may begin to give slightly inaccurate results, e.g. when [[adding|Add Numbers]] numbers together. The margin of error is usually tiny, but gets larger the more digits you have.
16 16
17 17
[[/uploads/Number.png]]
... ...
\ No newline at end of file
Fancade Wiki