Click or drag to resize
BigRationalPow Method

[This is preliminary documentation and is subject to change.]

Gets the powers the specified base value.

Namespace: NForza.Transit.Numerics
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public static BigRational Pow(
	BigRational baseValue,
	BigInteger exponent
)

Parameters

baseValue
Type: NForza.Transit.NumericsBigRational
The base value.
exponent
Type: System.NumericsBigInteger
The exponent.

Return Value

Type: BigRational

[Missing <returns> documentation for "M:NForza.Transit.Numerics.BigRational.Pow(NForza.Transit.Numerics.BigRational,System.Numerics.BigInteger)"]

Exceptions
ExceptionCondition
ArgumentExceptioncannot raise zero to a negative power;baseValue
See Also