UNPKG

lml-main

Version:

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

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