General

Profile

venkatvb (venkatesh babu)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

03/25/2015

04:51 PM Ruby Feature #11003 (Closed): Fast modular exponentiation
I would like to suggest, implementing "fast Modular Exponentiation " (http://en.wikipedia.org/wiki/Modular_exponentiation) for fixnum class.
Eg: A function like pow(a, n, MOD) can be computed more efficiently than (a**n) % MOD
venkatvb (venkatesh babu)

Also available in: Atom