Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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