COTH
The COTH function returns the hyperbolic cotangent of a number.
This function takes a single Number as input. It outputs that Number's hyperbolic cotangent.
Declaration
Parameters
number (required, type: Number
) The number to calculate the hyperbolic cotangent of.
Return Values
hyperbolic_cotangent (type: Number
) The hyperbolic cotangent of the given number.
Examples
The following example returns the hyperbolic cotangent of 1:
Last updated