coth.js (366B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.cothDocs = void 0; 7 var 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 }; 15 exports.cothDocs = cothDocs;