Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 1.65 KB

File metadata and controls

83 lines (49 loc) · 1.65 KB

FLOAT16_HALF_PI

One half times the mathematical constant π.

Usage

var FLOAT16_HALF_PI = require( '@stdlib/constants/float16/half-pi' );

FLOAT16_HALF_PI

One half times the mathematical constant π.

var bool = ( FLOAT16_HALF_PI === 1.5703125 );
// returns true

Examples

var FLOAT16_HALF_PI = require( '@stdlib/constants/float16/half-pi' );

console.log( FLOAT16_HALF_PI );
// => 1.5703125