UNPKG

211 BJavaScriptView Raw
1export var sinhDocs = {
2 name: 'sinh',
3 category: 'Trigonometry',
4 syntax: ['sinh(x)'],
5 description: 'Compute the hyperbolic sine of x in radians.',
6 examples: ['sinh(0.5)'],
7 seealso: ['cosh', 'tanh']
8};
\No newline at end of file