LN2.js 338 B

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