File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/node_modules/@stdlib/constants/float32/catalan/lib Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525* @type {number }
2626*
2727* @example
28- * var FOAL32_CATALAN = require( '@stdlib/constants/float32/catalan' );
28+ * var FLOAT32_CATALAN = require( '@stdlib/constants/float32/catalan' );
2929* // returns 0.9159656167030334
3030*/
3131
@@ -45,9 +45,9 @@ var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
4545* @see [OEIS]{@link http://oeis.org/A006752}
4646* @see [Wikipedia]{@link https://en.wikipedia.org/wiki/Catalan%27s_constant}
4747*/
48- var FOAL32_CATALAN = float64ToFloat32 ( 0.915965594177219 ) ;
48+ var FLOAT32_CATALAN = float64ToFloat32 ( 0.915965594177219 ) ;
4949
5050
5151// EXPORTS //
5252
53- module . exports = FOAL32_CATALAN ;
53+ module . exports = FLOAT32_CATALAN ;
You can’t perform that action at this time.
0 commit comments