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