simple-squiggle

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

cosh.js (221B)


      1 export var coshDocs = {
      2   name: 'cosh',
      3   category: 'Trigonometry',
      4   syntax: ['cosh(x)'],
      5   description: 'Compute the hyperbolic cosine of x in radians.',
      6   examples: ['cosh(0.5)'],
      7   seealso: ['sinh', 'tanh', 'coth']
      8 };