IMathTNumericAcosh Method
Returns the angle whose hyperbolic cosine is the specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Acosh(
TNumeric x
)
Function Acosh (
x As TNumeric
) As TNumeric
TNumeric Acosh(
TNumeric x
)
abstract Acosh :
x : 'TNumeric -> 'TNumeric
- x TNumeric
-
A number representing a hyperbolic cosine, where x must be
greater than or equal to 1.
TNumeric
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.