Represents the exponentiation operator.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
C# does not support this operator.
Public Shared Operator ^ (
self As BigFloat,
exponent As BigFloat
) As BigFloat
Managed C++ does not support this operator.
F# does not support this operator.
Parameters
- self
- Type: Extreme.MathematicsBigFloat
The base. - exponent
- Type: Extreme.MathematicsBigFloat
The exponent.
Return Value
Type:
BigFloatself raised to the power
exponent.
Reference