Hacker News new | ask | show | jobs
by pettou 3383 days ago
Congratulations and thank you!

One question to PyPy developers: CPython 3.5 [1] introduced math.gcd which uses Lehmer's algorithm [2], are there any plans to include it in PyPy, too?

[1] https://bugs.python.org/issue22486 [2] https://en.wikipedia.org/wiki/Lehmer%27s_GCD_algorithm

1 comments

Hi

Yes, absolutely. This is why it's marked as "beta", so not absolutely all the features are implemented.