Skip to content

Commit 02e9295

Browse files
Update fixed_point.md
1 parent fd02ba0 commit 02e9295

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/fixed_point.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
Fixed point is a numeric format that specifies how many fractional bits after the binary point.
44

55
Targets that use fixed point include Microsoft MakeCode Arcade, which uses 8 bits after the decimal point.
6+
7+
## Format
8+
A fixed-point number format is a data representation in computing where a specific, unchanging number of bits are allocated for the integer part and the fractional part of a real number

0 commit comments

Comments
 (0)