Skip to content

Commit 4ceec1a

Browse files
authored
docs: fix comment
PR-URL: #2756 Reviewed-by: Athan Reines <kgryte@gmail.com> Signed-off-by: Gunj Joshi <gunjjoshi8372@gmail.com>
1 parent c20ca47 commit 4ceec1a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
3737
*
3838
* ```text
39-
* 00000000000 => 0 - BIAS = -127
39+
* 00000000 => 0 - BIAS = -127
4040
* ```
4141
*
4242
* where `BIAS = 127`.

0 commit comments

Comments
 (0)