fn sinh(x: anytype) @TypeOf(x)

Returns the hyperbolic sine of x.

Special Cases:

  • sinh(+-0) = +-0
  • sinh(+-inf) = +-inf
  • sinh(nan) = nan

Parameters

x: anytype,