π².
var PI_SQUARED = require( '@stdlib/constants/float64/pi-squared' );
Square of the mathematical constant π.
var bool = ( PI_SQUARED === 9.869604401089358 );
// returns true
var PI_SQUARED = require( '@stdlib/constants/float64/pi-squared' );
console.log( PI_SQUARED );
// => 9.869604401089358
#include "stdlib/constants/float64/pi_squared.h"
Macro for the square of the mathematical constant π.