Re: [perl #37003] [PATCH] Change GCD and LCM opcode to use Binary GCD algorithm

2005-08-25 Thread Leopold Toetsch
the attached path replaces it with the Binary GCD algorithm. The Thanks, applied. leo

[perl #37003] [PATCH] Change GCD and LCM opcode to use Binary GCD algorithm

2005-08-25 Thread via RT
# New Ticket Created by Imran Ghory # Please include the string: [perl #37003] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37003 > Presently GCD/LCM use the Euclidlean algorithm to calculate the GCD, the attached path r