UNPKG

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