|
||
---|---|---|
.. | ||
docs | ||
lib | ||
package.json | ||
README.md |
π²
π².
Usage
var PI_SQUARED = require( '@stdlib/constants/float64/pi-squared' );
PI_SQUARED
Square of the mathematical constant π.
var bool = ( PI_SQUARED === 9.869604401089358 );
// returns true
Examples
var PI_SQUARED = require( '@stdlib/constants/float64/pi-squared' );
console.log( PI_SQUARED );
// => 9.869604401089358