Skip to content

Commit 22afb1b

Browse files
Update fixed_point.md
1 parent ba46cb4 commit 22afb1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/fixed_point.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
## Fixed Point in MakeCode Arcade
22

3-
Fixed point is a type of representation that has how many fractional bits after the decimal point (binary).
3+
Fixed point is a type of representation that has how many fractional bits after the decimal point (binary). Microsoft MakeCode Arcade uses 8 bits after the decimal point because the engine needs sub-pixel movement, performance, and memory.

0 commit comments

Comments
 (0)