BigFloat.Acosh(BigFloat, AccuracyGoal) Method

Returns the inverse hyperbolic cosine of a number with the specified accuracy.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static BigFloat Acosh(
	BigFloat value,
	AccuracyGoal accuracyGoal
)

Parameters

value  BigFloat
A BigFloat value.
accuracyGoal  AccuracyGoal
An AccuracyGoal value that specifies the desired accuracy of the result.

Return Value

BigFloat
The inverse hyperbolic cosine of value with an accuracy within accuracyGoal.

Exceptions

ArgumentNullExceptionvalue is null.

See Also