2015-02-28 22:02:12 +01:00

16 lines
248 B
JavaScript

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