BigFloat.Exponentiation(BigFloat, BigFloat) Operator

Represents the exponentiation operator.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.

See Also