Skip to content

Latest commit

 

History

History

float64-pi-squared

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

π²

π².

Usage

var PI_SQUARED = require( '@stdlib/math/constants/float64-pi-squared' );

PI_SQUARED

Square of the mathematical constant π.

var bool = ( PI_SQUARED === 9.869604401089358 );
// returns true

Examples

var PI_SQUARED = require( '@stdlib/math/constants/float64-pi-squared' );

console.log( PI_SQUARED );
// => 9.869604401089358