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

Raising an arb number with 0 midpoint but radius gives nan #8

Open
zacmon opened this issue Feb 5, 2020 · 0 comments
Open

Raising an arb number with 0 midpoint but radius gives nan #8

zacmon opened this issue Feb 5, 2020 · 0 comments

Comments

@zacmon
Copy link

zacmon commented Feb 5, 2020

If I have a=arb("[+/- 7.53e-121]"), raising this to any power greater than 0, e.g., a**1 gives nan. On the other hand, having b = arb(0) and raising this to a power greater than 0, e.g. b**1, gives 0. Why does the former, which has a midpoint of 0 but with nonzero radius, return nan when raised to a power, but the latter, lacking a radius but with midpoint 0, gives 0?

I am using python-flint 0.30, Arb 2.17, Flint 2.5.2, MacOS 10.13.6.

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

1 participant