-
-
Notifications
You must be signed in to change notification settings - Fork 692
Closed
Description
This is funny:
P = plot(hypergeometric_U(1.0,1.0,x),0.1,0.9)
fails (hangs, actually) but
sage: f = lambda x: gp.eval("hyperu(1,1,%s)"%x)
sage: P = plot(f,0,1)
sage: show(P)
hypergeometric_U is in functions/special.py. The error
may have something to do with the pari class.
works fine.
Component: number theory
Keywords: pari, hyperu
Issue created by migration from https://trac.sagemath.org/ticket/163