Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.6 KB

File metadata and controls

79 lines (47 loc) · 1.6 KB

FLOAT16_FOURTH_PI

One fourth times the mathematical constant π (pi).

Usage

var FLOAT16_FOURTH_PI = require( '@stdlib/constants/float16/fourth-pi' );

FLOAT16_FOURTH_PI

One fourth times the mathematical constant π (pi).

var bool = ( FLOAT16_FOURTH_PI === 0.78515625 );
// returns true

Examples

var FLOAT16_FOURTH_PI = require( '@stdlib/constants/float16/fourth-pi' );

console.log( FLOAT16_FOURTH_PI );
// => 0.78515625