UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

19 lines (18 loc) 294 B
module.exports = { 'name': 'acsc', 'category': 'Trigonometry', 'syntax': [ 'acsc(x)' ], 'description': 'Calculate the inverse cotangent of a value.', 'examples': [ 'acsc(2)', 'acsc(csc(0.5))', 'acsc(0.5)' ], 'seealso': [ 'csc', 'asin', 'asec' ] };