UNPKG

386 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.cschDocs = void 0;
7var cschDocs = {
8 name: 'csch',
9 category: 'Trigonometry',
10 syntax: ['csch(x)'],
11 description: 'Compute the hyperbolic cosecant of x in radians. Defined as 1/sinh(x)',
12 examples: ['csch(2)', '1 / sinh(2)'],
13 seealso: ['sech', 'coth', 'sinh']
14};
15exports.cschDocs = cschDocs;
\No newline at end of file