From 8080f971363059208f346ee517dc7b5a47ff62f5 Mon Sep 17 00:00:00 2001 From: Gunj Joshi Date: Wed, 7 Aug 2024 10:48:46 +0530 Subject: [PATCH] docs: update comment to use 8 bits for float32 Signed-off-by: Gunj Joshi --- .../constants/float32/max-base2-exponent-subnormal/lib/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js b/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js index 964ef3fd1faa..bb21649d2237 100644 --- a/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js +++ b/lib/node_modules/@stdlib/constants/float32/max-base2-exponent-subnormal/lib/index.js @@ -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`.