π².
var FLOAT16_PI_SQUARED = require( '@stdlib/constants/float16/pi-squared' );Square of the mathematical constant π.
var bool = ( FLOAT16_PI_SQUARED === 9.8671875 );
// returns truevar FLOAT16_PI_SQUARED = require( '@stdlib/constants/float16/pi-squared' );
console.log( FLOAT16_PI_SQUARED );
// => 9.8671875