2014-04-18 19:01:00 -04:00

17 lines
278 B
JavaScript

module.exports = {
'name': 'coth',
'category': 'Trigonometry',
'syntax': [
'coth(x)'
],
'description': 'Compute the hyperbolic cotangent of x in radians.',
'examples': [
'coth(2)'
],
'seealso': [
'sech',
'csch',
'tanh'
]
};