Inverse of twice the mathematical constant π (1/(2π)).
var FLOAT16_INV_TWO_PI = require( '@stdlib/constants/float16/inv-two-pi' );Inverse of twice the mathematical constant π (1/(2π)).
var bool = ( FLOAT16_INV_TWO_PI === 0.15917969 );
// returns truevar FLOAT16_INV_TWO_PI = require( '@stdlib/constants/float16/inv-two-pi' );
console.log( FLOAT16_INV_TWO_PI );
// => 0.15917969