coth constructor

const coth(
  1. num d
)

calculate hyperbolic cotangent of d.

Implementation

const factory coth(num d) = ConstMath.coth;