BigFloat.Exp(BigFloat, AccuracyGoal) Method

Returns e raised to the specified power to the specified accuracy.

Definition

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

Parameters

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

Return Value

BigFloat
The number e raised to the power value.

Exceptions

ArgumentNullExceptionvalue is null.

See Also