Square root of the Golden ratio (φ) as a half-precision floating-point number.
var FLOAT16_SQRT_PHI = require( '@stdlib/constants/float16/sqrt-phi' );Square root of the golden ratio as a half-precision floating-point number.
var bool = ( FLOAT16_SQRT_PHI === 1.2724609375 );
// returns truevar FLOAT16_SQRT_PHI = require( '@stdlib/constants/float16/sqrt-phi' );
console.log( FLOAT16_SQRT_PHI );
// => 1.2724609375#include "stdlib/constants/float16/sqrt_phi.h"Macro for the square root of the golden ratio as a half-precision floating-point number.