UNPKG

366 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.eDocs = void 0;
7var eDocs = {
8 name: 'e',
9 category: 'Constants',
10 syntax: ['e'],
11 description: 'Euler\'s number, the base of the natural logarithm. Approximately equal to 2.71828',
12 examples: ['e', 'e ^ 2', 'exp(2)', 'log(e)'],
13 seealso: ['exp']
14};
15exports.eDocs = eDocs;
\No newline at end of file