Skip to content

Latest commit

 

History

History
81 lines (48 loc) · 1.66 KB

File metadata and controls

81 lines (48 loc) · 1.66 KB

FLOAT16_E

The mathematical constant e.

Usage

var FLOAT16_E = require( '@stdlib/constants/float16/e' );

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 true

Examples

var FLOAT16_E = require( '@stdlib/constants/float16/e' );

console.log( FLOAT16_E );
// => 2.71875