The mathematical constant e.
var FLOAT16_E = require( '@stdlib/constants/float16/e' );The mathematical constant e, also known as Euler's number or Napier's constant. e is the base of the natural logarithm.
var bool = ( FLOAT16_E === 2.71875 );
// returns truevar FLOAT16_E = require( '@stdlib/constants/float16/e' );
console.log( FLOAT16_E );
// => 2.71875