The mathematical constant π.
var PI = require( '@stdlib/constants/math/float64-pi' );The mathematical constant π.
var bool = ( PI === 3.141592653589793 );
// returns truevar PI = require( '@stdlib/constants/math/float64-pi' );
console.log( PI );
// => 3.141592653589793