simple-squiggle

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

pi.js (294B)


      1 export var piDocs = {
      2   name: 'pi',
      3   category: 'Constants',
      4   syntax: ['pi'],
      5   description: 'The number pi is a mathematical constant that is the ratio of a circle\'s circumference to its diameter, and is approximately equal to 3.14159',
      6   examples: ['pi', 'sin(pi/2)'],
      7   seealso: ['tau']
      8 };