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