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

8 lines
237 B
JavaScript

export var cothDocs = {
name: 'coth',
category: 'Trigonometry',
syntax: ['coth(x)'],
description: 'Compute the hyperbolic cotangent of x in radians.',
examples: ['coth(2)', '1 / tanh(2)'],
seealso: ['sech', 'csch', 'tanh']
};