time-to-botec/squiggle/node_modules/@stdlib/constants/float64/fourth-pi
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
docs feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

1/4 times π

One fourth times the mathematical constant π.

Usage

var FOURTH_PI = require( '@stdlib/constants/float64/fourth-pi' );

FOURTH_PI

One fourth times the mathematical constant π.

var bool = ( FOURTH_PI === 7.85398163397448309616e-1 );
// returns true

Examples

var FOURTH_PI = require( '@stdlib/constants/float64/fourth-pi' );

console.log( FOURTH_PI );
// => 7.85398163397448309616e-1