acsc.js 246 B

12345678
  1. export 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. };