simple-squiggle

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

cosh.js (350B)


      1 "use strict";
      2 
      3 Object.defineProperty(exports, "__esModule", {
      4   value: true
      5 });
      6 exports.coshDocs = void 0;
      7 var coshDocs = {
      8   name: 'cosh',
      9   category: 'Trigonometry',
     10   syntax: ['cosh(x)'],
     11   description: 'Compute the hyperbolic cosine of x in radians.',
     12   examples: ['cosh(0.5)'],
     13   seealso: ['sinh', 'tanh', 'coth']
     14 };
     15 exports.coshDocs = coshDocs;