Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.66 KB

File metadata and controls

79 lines (47 loc) · 1.66 KB

FLOAT64_INV_TWO_PI

Inverse of twice the mathematical constant π (1/(2π)).

Usage

var FLOAT64_INV_TWO_PI = require( '@stdlib/constants/float64/inv-two-pi' );

FLOAT64_INV_TWO_PI

Inverse of twice the mathematical constant π (1/(2π)).

var bool = ( FLOAT64_INV_TWO_PI === 0.15915494309189535 );
// returns true

Examples

var FLOAT64_INV_TWO_PI = require( '@stdlib/constants/float64/inv-two-pi' );

console.log( FLOAT64_INV_TWO_PI );
// => 0.15915494309189535