LN2.js 212 B

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