Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

π

The mathematical constant π.

Usage

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

PI

The mathematical constant π.

var bool = ( PI === 3.141592653589793 );
// returns true

Examples

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

console.log( PI );
// => 3.141592653589793