Skip to content

Commit

Permalink
docs: update comment to use 8 bits for float32
Browse files Browse the repository at this point in the history
Signed-off-by: Gunj Joshi <[email protected]>
  • Loading branch information
gunjjoshi authored Aug 7, 2024
1 parent c20ca47 commit 8080f97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
*
* ```text
* 00000000000 => 0 - BIAS = -127
* 00000000 => 0 - BIAS = -127
* ```
*
* where `BIAS = 127`.
Expand Down

0 comments on commit 8080f97

Please sign in to comment.