Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.62 KB

File metadata and controls

81 lines (48 loc) · 1.62 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