tanh constructor

const tanh(
  1. num d
)

calculate hyperbolic tangent of d.

Implementation

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