Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.64 KB

File metadata and controls

79 lines (47 loc) · 1.64 KB

FLOAT16_INV_TWO_PI

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

Usage

var FLOAT16_INV_TWO_PI = require( '@stdlib/constants/float16/inv-two-pi' );

FLOAT16_INV_TWO_PI

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

var bool = ( FLOAT16_INV_TWO_PI === 0.15917969 );
// returns true

Examples

var FLOAT16_INV_TWO_PI = require( '@stdlib/constants/float16/inv-two-pi' );

console.log( FLOAT16_INV_TWO_PI );
// => 0.15917969