Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 350316f

Browse files
committed
add Psi conversion in psi2
1 parent 6592c61 commit 350316f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/functions/other.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,8 @@ def __init__(self):
13051305
"""
13061306
GinacFunction.__init__(self, "psi", nargs=2, latex_name='\psi',
13071307
conversions=dict(mathematica='PolyGamma',
1308-
sympy='polygamma'))
1308+
sympy='polygamma',
1309+
giac='Psi'))
13091310

13101311
def _maxima_init_evaled_(self, *args):
13111312
"""

0 commit comments

Comments
 (0)