Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gcd() from the bigint' backend #697

Merged
merged 3 commits into from
May 11, 2023

Conversation

skirpichev
Copy link
Collaborator

@skirpichev skirpichev commented May 8, 2023

Also drop some workarounds for ancient gmpy's.

PS: Probably same as for the gcd() we could do for the ifac(). But this function has a different caching mechanism than e.g. the math.factorial, so it may worth to do some benchmarks fisrt.

Apply caching with lru_cache of ifac for all backends.
@oscarbenjamin
Copy link

Looks good to me.

@skirpichev skirpichev merged commit 8ed001c into mpmath:master May 11, 2023
6 checks passed
@skirpichev skirpichev deleted the imath-backend branch May 11, 2023 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants