LN2.js (338B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.LN2Docs = void 0; 7 var LN2Docs = { 8 name: 'LN2', 9 category: 'Constants', 10 syntax: ['LN2'], 11 description: 'Returns the natural logarithm of 2, approximately equal to 0.693', 12 examples: ['LN2', 'log(2)'], 13 seealso: [] 14 }; 15 exports.LN2Docs = LN2Docs;