|
RationalPow Method
|
Returns a specified number raised to a specified power.
Namespace:
Accord.Math
Assembly:
Accord (in Accord.dll) Version: 3.8.0
Syntax public static Rational Pow(
Rational baseValue,
int exponent
)
Public Shared Function Pow (
baseValue As Rational,
exponent As Integer
) As Rational
Request Example
View SourceParameters
- baseValue
- Type: Accord.MathRational
A Rational number. - exponent
- Type: SystemInt32
A Rational number.
Return Value
Type:
RationalThe larger of two Rationals.
See Also