FLOAT32_MAX
Usage
var FLOAT32_MAX = require( '@stdlib/constants/float32/max' );
FLOAT32_MAX
Maximum single-precision floating-point number.
var bool = ( FLOAT32_MAX === 3.4028234663852886e+38 );
// returns true
Examples
var FLOAT32_MAX = require( '@stdlib/constants/float32/max' );
console.log( FLOAT32_MAX );
// => 3.4028234663852886e+38
C APIs
Usage
#include "stdlib/constants/float32/max.h"
STDLIB_CONSTANT_FLOAT32_MAX
Macro for the maximum single-precision floating-point number.