The mathematical constant π times 2.
var FLOAT16_TWO_PI = require( '@stdlib/constants/float16/two-pi' );The mathematical constant π times 2.
var bool = ( FLOAT16_TWO_PI === 6.28125 );
// returns truevar FLOAT16_TWO_PI = require( '@stdlib/constants/float16/two-pi' );
console.log( FLOAT16_TWO_PI );
// => 6.28125