IMathTNumericSinh Method

Returns the hyperbolic sine of the specified angle.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Sinh(
	TNumeric x
)

Parameters

x  TNumeric
An angle, measured in radians.

Return Value

TNumeric
The hyperbolic sine of x.

Remarks

This method may return NaN or Infinity. If NaN or Infinity cannot be represented by TNumeric, then this method may throw an ArithmeticException.

See Also