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

Feature request: ldexp for ArbReal and ArbFloat #79

Open
jecs opened this issue Feb 26, 2025 · 1 comment
Open

Feature request: ldexp for ArbReal and ArbFloat #79

jecs opened this issue Feb 26, 2025 · 1 comment

Comments

@jecs
Copy link

jecs commented Feb 26, 2025

ldexp(x,n::Integer) computes x ⋅ 2^n. It would be nice if this were extended to ArbReal and ArbFloat.

Right now I'm using x * ArbFloat(2)^n.

@JeffreySarnoff
Copy link
Owner

reasonable -- the package did support that at one time .. I'll look

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

No branches or pull requests

2 participants