-
-
Notifications
You must be signed in to change notification settings - Fork 675
Closed
Description
In #11143 we weren't careful about Python ints. There are lots of examples of this, so one will want to go through the whole file.
sage: exp_integral_e(int(3),0)
0
sage: exp_integral_e(3,0)
1/2
Depends on #17130
CC: @benjaminfjones @burcin @eviatarbach
Component: symbolics
Author: Jeroen Demeyer
Branch/Commit: 68c545a
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/14766