cosh constructor

const cosh(
  1. num d
)

calculate hyperbolic cosine of d.

Implementation

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