Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.7 KB

File metadata and controls

81 lines (48 loc) · 1.7 KB

FLOAT16_LN_PI

Natural logarithm of the mathematical constant π as a half-precision floating-point number.

Usage

var FLOAT16_LN_PI = require( '@stdlib/constants/float16/ln-pi' );

FLOAT16_LN_PI

Natural logarithm of the mathematical constant π as a half-precision floating-point number.

var bool = ( FLOAT16_LN_PI === 1.14453125 );
// returns true

Examples

var FLOAT16_LN_PI = require( '@stdlib/constants/float16/ln-pi' );

console.log( FLOAT16_LN_PI );
// => 1.14453125