We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a06a71 commit 037dcc6Copy full SHA for 037dcc6
1 file changed
docs/types.md
@@ -41,7 +41,7 @@ Their sizes are 32 bit for `Fixed` type and 40 bits for `Float` one.
41
42
#### Fixed
43
32 bit Fixed Point decimal. First 16 bits are the integer part, whilst remaining 16 contains the decimal one.
44
-Ranges from -32767.9999847 to 32767.9999847 with a precision of 1 / 2^16 (0.000015 aprox.).
+Ranges from -32767.9999847 to 32767.9999847 with a precision of 1 / 2^16 (0.000015 approx.).
45
Fixed points decimal are less precise than Floating ones, but much faster and requires
46
less space (1 byte less). Also, their range is much limited.
47
They're usually used on screen drawing when Floating point is too slow and decimal
0 commit comments