csch constructor

const csch(
  1. num d
)

calculate hyperbolic cosecant of d.

Implementation

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