simple-squiggle

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

acsc.js (246B)


      1 export var acscDocs = {
      2   name: 'acsc',
      3   category: 'Trigonometry',
      4   syntax: ['acsc(x)'],
      5   description: 'Calculate the inverse cotangent of a value.',
      6   examples: ['acsc(2)', 'acsc(csc(0.5))', 'acsc(0.5)'],
      7   seealso: ['csc', 'asin', 'asec']
      8 };