search for:
SimplePowerMethod
-- compute powers by multiplying
SimplePowerMethod(x,n)
-- computes x^n using repeated multiplication
See also:
BinaryPowerMethod
-- compute powers by squaring
search for: