LN10.js 218 B

12345678
  1. export var LN10Docs = {
  2. name: 'LN10',
  3. category: 'Constants',
  4. syntax: ['LN10'],
  5. description: 'Returns the natural logarithm of 10, approximately equal to 2.302',
  6. examples: ['LN10', 'log(10)'],
  7. seealso: []
  8. };