LN10.js (347B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.LN10Docs = void 0; 7 var 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 }; 15 exports.LN10Docs = LN10Docs;