UNPKG

347 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.LN10Docs = void 0;
7var LN10Docs = {
8 name: 'LN10',
9 category: 'Constants',
10 syntax: ['LN10'],
11 description: 'Returns the natural logarithm of 10, approximately equal to 2.302',
12 examples: ['LN10', 'log(10)'],
13 seealso: []
14};
15exports.LN10Docs = LN10Docs;
\No newline at end of file