Re: [perl #37003] [PATCH] Change GCD and LCM opcode to use Binary GCD algorithm
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
# 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