Skip to content

Commit 0c7bd14

Browse files
Update fixed_point.md
1 parent f78870f commit 0c7bd14

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 numeric format that specifies how many fractional bits after the binary point. Microsoft MakeCode Arcade uses 8 bits after the decimal point because the engine needs sub-pixel movement, performance, and memory.
3+
Fixed point is a numeric format that specifies how many fractional bits after the binary point. Microsoft MakeCode Arcade uses 8 bits after the decimal point because the engine needs sub-pixel movement, performance, and memory. THe other thing fixed point does really store the fractional number into an interger.

0 commit comments

Comments
 (0)