UNPKG

lml-main

Version:

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

16 lines (15 loc) 248 B
module.exports = { 'name': 'asech', 'category': 'Trigonometry', 'syntax': [ 'asech(x)' ], 'description': 'Calculate the inverse secant of a value.', 'examples': [ 'asech(0.5)' ], 'seealso': [ 'acsch', 'acoth' ] };