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