We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d6a3a commit 1122fe7Copy full SHA for 1122fe7
ToPython.wl
@@ -88,7 +88,7 @@ PythonForm[BesselY[0, b_]] := format["special.y0(``)", b];
88
PythonForm[BesselI[1, b_]] := format["special.i1(``)", b];
89
PythonForm[BesselJ[1, b_]] := format["special.j1(``)", b];
90
PythonForm[BesselK[1, b_]] := format["special.k1(``)", b];
91
-PythonForm[BesselY[1, b_]] := format["special.y1\(``)", b];
+PythonForm[BesselY[1, b_]] := format["special.y1(``)", b];
92
PythonForm[BesselI[a_, b_]] := format["special.iv(``, ``)", a, b];
93
PythonForm[BesselJ[a_, b_]] := format["special.jv(``, ``)", a, b];
94
PythonForm[BesselK[a_, b_]] := format["special.kn(``, ``)", a, b];
0 commit comments