acsch.js (404B)
1 "use strict"; 2 3 Object.defineProperty(exports, "__esModule", { 4 value: true 5 }); 6 exports.acschDocs = void 0; 7 var 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 }; 15 exports.acschDocs = acschDocs;