UNPKG

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