Skip to content

Commit 4630742

Browse files
Update fixed_point.md
1 parent 3549133 commit 4630742

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/fixed_point.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
## Fixed Point in MakeCode Arcade
1+
## Fixed Point
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. THe other thing fixed point does really store the fractional number into an interger.
3+
Fixed point is a numeric format that specifies how many fractional bits after the binary point.
4+
5+
Targets that use fixed point include Microsoft MakeCode Arcade, which uses 8 bits after the decimal point.

0 commit comments

Comments
 (0)