def coth(angle): if type(angle) in dtypes: return math.cosh(angle) / math.sinh(angle) return functor1(coth, angle)