Skip to content

Commit 62a91f3

Browse files
authored
update index.js
Signed-off-by: Harsh <[email protected]>
1 parent 92ef878 commit 62a91f3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/min-ln/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/min-ln/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
4444
* The number has the value
4545
*
4646
* ```tex
47-
* -\ln \left( 2^{1023-1} \right)
47+
* -\ln \left( 2^{127-1} \right)
4848
* ```
4949
*
5050
* @constant

0 commit comments

Comments
 (0)