Necessary in order to clearly see the squiggle hotwiring.
The mathematical constant π.
var PI = require( '@stdlib/constants/float64/pi' );
var bool = ( PI === 3.141592653589793 ); // returns true
var PI = require( '@stdlib/constants/float64/pi' ); console.log( PI ); // => 3.141592653589793