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