sinh constructor

const sinh(
  1. num d
)

calculate hyperbolic sine of d.

Implementation

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