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

8 lines
257 B
JavaScript
Raw Normal View History

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