File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
constants/float32/max-safe-nth-fibonacci/lib
number/float32/base/exponent/lib Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 4141* @see [Fibonacci number]{@link https://en.wikipedia.org/wiki/Fibonacci_number}
4242* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
4343*/
44+ /* eslint-disable id-length */
4445var FLOAT32_MAX_SAFE_NTH_FIBONACCI = 36 | 0 ; // asm type annotation
46+ /* eslint-enable id-length */
4547
4648
4749// EXPORTS //
Original file line number Diff line number Diff line change 2424* @module @stdlib /number/float32/base/exponent
2525*
2626* @example
27- * var exponent = require( '@stdlib/number/float32/base/exponent' );
2827* var toFloat32 = require( '@stdlib/number/float64/base/to-float32' );
28+ * var exponent = require( '@stdlib/number/float32/base/exponent' );
2929*
3030* var exp = exponent( toFloat32( 3.14e34 ) );
3131* // returns 114 => 2**114 ~ 2.08e34
You can’t perform that action at this time.
0 commit comments