Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.8 KB

File metadata and controls

81 lines (48 loc) · 1.8 KB

FLOAT16_SQRT3

Square root of 3 as a half-precision floating-point number.

Usage

var FLOAT16_SQRT3 = require( '@stdlib/constants/float16/sqrt-three' );

FLOAT16_SQRT3

Square root of 3 as a half-precision floating-point number.

var bool = ( FLOAT16_SQRT3 === 1.732421875 );
// returns true

Examples

var FLOAT16_SQRT3 = require( '@stdlib/constants/float16/sqrt-three' );

console.log( FLOAT16_SQRT3 );
// => 1.732421875