Skip to content

Fix Python int problem with exp_integral #14766

@kcrisman

Description

@kcrisman

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions