asech.js 213 B

12345678
  1. export var asechDocs = {
  2. name: 'asech',
  3. category: 'Trigonometry',
  4. syntax: ['asech(x)'],
  5. description: 'Calculate the inverse secant of a value.',
  6. examples: ['asech(0.5)'],
  7. seealso: ['acsch', 'acoth']
  8. };