Skip to content

Commit 037dcc6

Browse files
authored
Update types.md
1 parent 3a06a71 commit 037dcc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Their sizes are 32 bit for `Fixed` type and 40 bits for `Float` one.
4141

4242
#### Fixed
4343
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.).
44+
Ranges from -32767.9999847 to 32767.9999847 with a precision of 1 / 2^16 (0.000015 approx.).
4545
Fixed points decimal are less precise than Floating ones, but much faster and requires
4646
less space (1 byte less). Also, their range is much limited.
4747
They're usually used on screen drawing when Floating point is too slow and decimal

0 commit comments

Comments
 (0)