π²

π².

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
Did you find this page helpful?