Double-precision floating-point negative infinity.
var FLOAT64_NINF = require( '@stdlib/constants/float64/ninf' );Double-precision floating-point negative infinity.
var bool = ( FLOAT64_NINF === -Infinity );
// returns truevar FLOAT64_NINF = require( '@stdlib/constants/float64/ninf' );
console.log( FLOAT64_NINF );
// => -Infinity#include "stdlib/constants/float64/ninf.h"Macro for double-precision floating-point negative infinity.
@stdlib/constants/float16/ninf: half-precision floating-point negative infinity.@stdlib/constants/float32/ninf: single-precision floating-point negative infinity.@stdlib/constants/float64/pinf: double-precision floating-point positive infinity.