LN10.js 347 B

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