time-to-botec/squiggle/node_modules/@stdlib/constants/float64/pinf/README.md
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00

1.3 KiB

Positive Infinity

Double-precision floating-point positive infinity.

Usage

var FLOAT64_PINF = require( '@stdlib/constants/float64/pinf' );

FLOAT64_PINF

Double-precision floating-point positive infinity.

var bool = ( FLOAT64_PINF === Infinity );
// returns true

Examples

var FLOAT64_PINF = require( '@stdlib/constants/float64/pinf' );

console.log( FLOAT64_PINF );
// => Infinity