Coth

The hyperbolic cotangent function

fun coth(radians)

Parameters

Discussion

The argument of coth is assumed to be in radians. To use degrees or another unit, you can specify it with the value:

coth(.5)
coth(1)
coth(30 degrees)
2.16
1.31
2.08

coth is valid for all values of radians except 0

Didn't find what you were looking for?

Contact Us