IMathTNumericTanh Method
Returns the hyperbolic tangent of the specified angle.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Tanh(
TNumeric x
)
Function Tanh (
x As TNumeric
) As TNumeric
TNumeric Tanh(
TNumeric x
)
abstract Tanh :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- An angle, measured in radians.
TNumericThe hyperbolic tangent of
x.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.