UNPKG

404 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.acschDocs = void 0;
7var acschDocs = {
8 name: 'acsch',
9 category: 'Trigonometry',
10 syntax: ['acsch(x)'],
11 description: 'Calculate the hyperbolic arccosecant of a value, defined as `acsch(x) = ln(1/x + sqrt(1/x^2 + 1))`.',
12 examples: ['acsch(0.5)'],
13 seealso: ['asech', 'acoth']
14};
15exports.acschDocs = acschDocs;
\No newline at end of file