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

RealBallField can not compute exponential integral #32301

Closed
sagetrac-tmonteil mannequin opened this issue Jul 29, 2021 · 3 comments
Closed

RealBallField can not compute exponential integral #32301

sagetrac-tmonteil mannequin opened this issue Jul 29, 2021 · 3 comments

Comments

@sagetrac-tmonteil
Copy link
Mannequin

sagetrac-tmonteil mannequin commented Jul 29, 2021

From this ask answer, we have:

sage: RealIntervalField(200)(Ei(1))
1.8951178163559367554665209343316342690170605817327075916462273?

sage: RealIntervalField(200)(Ei(-1))
-0.21938393439552027367716377546012164903104729340690820757797849?

But:

sage: RealBallField(200)(Ei(1))
RecursionError: maximum recursion depth exceeded

sage: RealBallField(200)(Ei(-1))
RecursionError: maximum recursion depth exceeded

CC: @fredrik-johansson @slel

Component: numerical

Reviewer: Dima Pasechnik

Issue created by migration from https://trac.sagemath.org/ticket/32301

@sagetrac-tmonteil sagetrac-tmonteil mannequin added this to the sage-9.4 milestone Jul 29, 2021
@slel
Copy link
Member

slel commented Jul 29, 2021

comment:1

Related:

@mkoeppe mkoeppe modified the milestones: sage-9.4, sage-9.5 Aug 22, 2021
@dimpase
Copy link
Member

dimpase commented Nov 11, 2021

comment:3

being added on #32851

@dimpase dimpase removed this from the sage-9.5 milestone Nov 11, 2021
@dimpase
Copy link
Member

dimpase commented Nov 11, 2021

Reviewer: Dima Pasechnik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants