Big Rational.Exponent Operator
Represents the exponentiation operator.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
self raised to the power exponent.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Parameters
- self BigRational
- The base.
- exponent Int32
- The exponent.
Return Value
BigRationalself raised to the power exponent.