simple-squiggle

A restricted subset of Squiggle
Log | Files | Refs | README

LN10.js (218B)


      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 };