Click or drag to resize

RMathPow Method

Overload List
 NameDescription
Public Extension MethodPow(Double, Int32) Calculates x^n by repeated multiplications. The algorithm takes ld(n) multiplications. This algorithm can also be used with negative n.
Public Extension MethodPow(Double, Int64) Calculates x^n by repeated multiplications. The algorithm takes ld(n) multiplications. This algorithm can also be used with negative n.
Top
See Also