UNPKG

238 BJavaScriptView Raw
1export var acotDocs = {
2 name: 'acot',
3 category: 'Trigonometry',
4 syntax: ['acot(x)'],
5 description: 'Calculate the inverse cotangent of a value.',
6 examples: ['acot(0.5)', 'acot(cot(0.5))', 'acot(2)'],
7 seealso: ['cot', 'atan']
8};
\No newline at end of file