UNPKG

lml-main

Version:

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

17 lines (16 loc) 261 B
module.exports = { 'name': 'cosh', 'category': 'Trigonometry', 'syntax': [ 'cosh(x)' ], 'description': 'Compute the hyperbolic cosine of x in radians.', 'examples': [ 'cosh(0.5)' ], 'seealso': [ 'sinh', 'tanh', 'coth' ] };