IMathTNumericAsinh Method
Returns the angle whose hyperbolic sine is the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Asinh(
TNumeric x
)
Function Asinh (
x As TNumeric
) As TNumeric
TNumeric Asinh(
TNumeric x
)
abstract Asinh :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- A number representing a hyperbolic sine
TNumericAn angle, θ, measured in radians.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.