UNPKG

271 BJavaScriptView Raw
1"use strict";
2
3module.exports = {
4 'name': 'e',
5 'category': 'Constants',
6 'syntax': ['e'],
7 'description': 'Euler\'s number, the base of the natural logarithm. Approximately equal to 2.71828',
8 'examples': ['e', 'e ^ 2', 'exp(2)', 'log(e)'],
9 'seealso': ['exp']
10};
\No newline at end of file