@@ -1888,7 +1888,8 @@ def __init__(self):
1888
1888
1/4*sqrt(2)*(36*pi - 36*I*log(2) + 25*I)
1889
1889
"""
1890
1890
BuiltinFunction .__init__ (self , "gen_legendre_Q" , nargs = 3 , latex_name = r"Q" ,
1891
- conversions = {'maxima' : 'assoc_legendre_q' , 'mathematica' : 'LegendreQ' ,
1891
+ conversions = {'maxima' : 'assoc_legendre_q' ,
1892
+ 'mathematica' : 'LegendreQ' ,
1892
1893
'maple' : 'LegendreQ' })
1893
1894
1894
1895
def _eval_ (self , n , m , x , * args , ** kwds ):
@@ -2339,8 +2340,10 @@ def __init__(self):
2339
2340
gegenbauer(x, x, x)
2340
2341
"""
2341
2342
GinacFunction .__init__ (self , "gegenbauer" , nargs = 3 , latex_name = r"C" ,
2342
- conversions = {'maxima' : 'ultraspherical' , 'mathematica' : 'GegenbauerC' ,
2343
- 'maple' : 'GegenbauerC' , 'sympy' : 'gegenbauer' })
2343
+ conversions = {'maxima' : 'ultraspherical' ,
2344
+ 'mathematica' : 'GegenbauerC' ,
2345
+ 'maple' : 'GegenbauerC' ,
2346
+ 'sympy' : 'gegenbauer' })
2344
2347
2345
2348
2346
2349
ultraspherical = Func_ultraspherical ()
@@ -2523,8 +2526,10 @@ def __init__(self):
2523
2526
gen_laguerre(_SAGE_VAR_n,_SAGE_VAR_a, gen_laguerre(_SAGE_VAR_n,_SAGE_VAR_a,_SAGE_VAR_x))
2524
2527
"""
2525
2528
OrthogonalFunction .__init__ (self , "gen_laguerre" , nargs = 3 , latex_name = r"L" ,
2526
- conversions = {'maxima' : 'gen_laguerre' , 'mathematica' : 'LaguerreL' ,
2527
- 'maple' : 'LaguerreL' , 'sympy' : 'assoc_laguerre' })
2529
+ conversions = {'maxima' : 'gen_laguerre' ,
2530
+ 'mathematica' : 'LaguerreL' ,
2531
+ 'maple' : 'LaguerreL' ,
2532
+ 'sympy' : 'assoc_laguerre' })
2528
2533
2529
2534
def _eval_ (self , n , a , x , * args , ** kwds ):
2530
2535
r"""
0 commit comments