RMathPow Method |
Name | Description | |
---|---|---|
Pow(Double, Int32) | Calculates x^n by repeated multiplications. The algorithm takes ld(n) multiplications. This algorithm can also be used with negative n. | |
Pow(Double, Int64) | Calculates x^n by repeated multiplications. The algorithm takes ld(n) multiplications. This algorithm can also be used with negative n. |