UNPKG

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