One half times the mathematical constant π.
var HALF_PI = require( '@stdlib/constants/float64/half-pi' );
One half times the mathematical constant π.
var bool = ( HALF_PI === 1.5707963267948966 );
// returns true
var HALF_PI = require( '@stdlib/constants/float64/half-pi' );
console.log( HALF_PI );
// => 1.5707963267948966
#include "stdlib/constants/float64/half_pi.h"
Macro for one half times the mathematical constant π.