Square root of
1/2
.
var SQRT_HALF = require( '@stdlib/constants/float64/sqrt-half' );
Square root of 1/2
.
var bool = ( SQRT_HALF === 0.7071067811865476 );
// returns true
var SQRT_HALF = require( '@stdlib/constants/float64/sqrt-half' );
console.log( SQRT_HALF );
// => 0.7071067811865476
#include "stdlib/constants/float64/sqrt_half.h"
Macro for the square root of 1/2
.
@stdlib/constants/float64/ln-half
: natural logarithm of 1/2.