UNPKG

375 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.acscDocs = void 0;
7var acscDocs = {
8 name: 'acsc',
9 category: 'Trigonometry',
10 syntax: ['acsc(x)'],
11 description: 'Calculate the inverse cotangent of a value.',
12 examples: ['acsc(2)', 'acsc(csc(0.5))', 'acsc(0.5)'],
13 seealso: ['csc', 'asin', 'asec']
14};
15exports.acscDocs = acscDocs;
\No newline at end of file