The mathematical constant π.
var FLOAT16_PI = require( '@stdlib/constants/float16/pi' );The mathematical constant π.
var bool = ( FLOAT16_PI === 3.140625 );
// returns truevar FLOAT16_PI = require( '@stdlib/constants/float16/pi' );
console.log( FLOAT16_PI );
// => 3.140625