BigFloat.Exponent Operator

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

Exponent(BigFloat, BigFloat) Represents the exponentiation operator.
Exponent(BigFloat, Int32) Represents the exponentiation operator.

Exponent(BigFloat, BigFloat) Operator

Represents the exponentiation operator.
C#
C# does not support this operator.

Parameters

self  BigFloat
The base.
exponent  BigFloat
The exponent.

Return Value

BigFloat
self raised to the power exponent.

Exponent(BigFloat, Int32) Operator

Represents the exponentiation operator.
C#
C# does not support this operator.

Parameters

self  BigFloat
The base.
exponent  Int32
The exponent.

Return Value

BigFloat
self raised to the power exponent.

See Also