One fourth times the mathematical constant π (pi).
var FLOAT16_FOURTH_PI = require( '@stdlib/constants/float16/fourth-pi' );One fourth times the mathematical constant π (pi).
var bool = ( FLOAT16_FOURTH_PI === 0.78515625 );
// returns truevar FLOAT16_FOURTH_PI = require( '@stdlib/constants/float16/fourth-pi' );
console.log( FLOAT16_FOURTH_PI );
// => 0.78515625