simple-squiggle/node_modules/mathjs/lib/esm/expression/embeddedDocs/function/trigonometry/tanh.js

8 lines
239 B
JavaScript

export var tanhDocs = {
name: 'tanh',
category: 'Trigonometry',
syntax: ['tanh(x)'],
description: 'Compute the hyperbolic tangent of x in radians.',
examples: ['tanh(0.5)', 'sinh(0.5) / cosh(0.5)'],
seealso: ['sinh', 'cosh']
};