UNPKG

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