Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 1.61 KB

File metadata and controls

77 lines (46 loc) · 1.61 KB

FLOAT16_PI_SQUARED

π².

Usage

var FLOAT16_PI_SQUARED = require( '@stdlib/constants/float16/pi-squared' );

FLOAT16_PI_SQUARED

Square of the mathematical constant π.

var bool = ( FLOAT16_PI_SQUARED === 9.8671875 );
// returns true

Examples

var FLOAT16_PI_SQUARED = require( '@stdlib/constants/float16/pi-squared' );

console.log( FLOAT16_PI_SQUARED );
// => 9.8671875