Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.55 KB

File metadata and controls

81 lines (48 loc) · 1.55 KB

FLOAT16_PI

The mathematical constant π.

Usage

var FLOAT16_PI = require( '@stdlib/constants/float16/pi' );

FLOAT16_PI

The mathematical constant π.

var bool = ( FLOAT16_PI === 3.140625 );
// returns true

Examples

var FLOAT16_PI = require( '@stdlib/constants/float16/pi' );

console.log( FLOAT16_PI );
// => 3.140625