File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# IF ... END IF
22
3- ** IF** is a very powerful control flow sentence that allows you to _ make decisions_ under specified contitions .
3+ ** IF** is a very powerful control flow sentence that allows you to _ make decisions_ under specified conditions .
44
55## Syntax
66```
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Their sizes are 32 bit for `Fixed` type and 40 bits for `Float` one.
4141
4242#### Fixed
434332 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 .).
4545Fixed points decimal are less precise than Floating ones, but much faster and requires
4646less space (1 byte less). Also, their range is much limited.
4747They're usually used on screen drawing when Floating point is too slow and decimal
You can’t perform that action at this time.
0 commit comments