Inverse of twice the mathematical constant π (1/(2π)).
var FLOAT64_INV_TWO_PI = require( '@stdlib/constants/float64/inv-two-pi' );Inverse of twice the mathematical constant π (1/(2π)).
var bool = ( FLOAT64_INV_TWO_PI === 0.15915494309189535 );
// returns truevar FLOAT64_INV_TWO_PI = require( '@stdlib/constants/float64/inv-two-pi' );
console.log( FLOAT64_INV_TWO_PI );
// => 0.15915494309189535#include "stdlib/constants/float64/inv_two_pi.h"Macro for the inverse of twice the mathematical constant π (1/(2π)).