UNPKG

221 BJavaScriptView Raw
1export 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};
\No newline at end of file