The maximum base 10 exponent for a half-precision floating-point number.
var FLOAT16_MAX_BASE10_EXPONENT = require( '@stdlib/constants/float16/max-base10-exponent' );The maximum base 10 exponent for a half-precision floating-point number.
var bool = ( FLOAT16_MAX_BASE10_EXPONENT === 4 );
// returns truevar FLOAT16_MAX_BASE10_EXPONENT = require( '@stdlib/constants/float16/max-base10-exponent' );
console.log( FLOAT16_MAX_BASE10_EXPONENT );
// => 4#include "stdlib/constants/float16/max_base10_exponent.h"Macro for the maximum base 10 exponent for a half-precision floating-point number.