TNumberACosH Method

Computes the arccosine of an input value for a hyperbolic angle measured in radians.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public TNumber ACosH()

Return Value

TNumber
The arccosine of an input value for a hyperbolic angle measured in radians.

Exceptions

GeneralExceptionThrows if current is not a scalar.

See Also