simple-squiggle

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

to.js (223B)


      1 export var toDocs = {
      2   name: 'to',
      3   category: 'Units',
      4   syntax: ['x to unit', 'to(x, unit)'],
      5   description: 'Change the unit of a value.',
      6   examples: ['5 inch to cm', '3.2kg to g', '16 bytes in bits'],
      7   seealso: []
      8 };