UNPKG

272 BJavaScriptView Raw
1export var acschDocs = {
2 name: 'acsch',
3 category: 'Trigonometry',
4 syntax: ['acsch(x)'],
5 description: 'Calculate the hyperbolic arccosecant of a value, defined as `acsch(x) = ln(1/x + sqrt(1/x^2 + 1))`.',
6 examples: ['acsch(0.5)'],
7 seealso: ['asech', 'acoth']
8};
\No newline at end of file