Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.9 KB

File metadata and controls

81 lines (48 loc) · 1.9 KB

FLOAT16_SQRT_TWO_PI

Square root of the mathematical constant π times 2 as a half-precision floating-point number.

Usage

var FLOAT16_SQRT_TWO_PI = require( '@stdlib/constants/float16/sqrt-two-pi' );

FLOAT16_SQRT_TWO_PI

Square root of the mathematical constant π times 2 as a half-precision floating-point number.

var bool = ( FLOAT16_SQRT_TWO_PI === 2.505859375 );
// returns true

Examples

var FLOAT16_SQRT_TWO_PI = require( '@stdlib/constants/float16/sqrt-two-pi' );

console.log( FLOAT16_SQRT_TWO_PI );
// => 2.505859375