请问python中求Γ函数的代码应该怎么弄啊,sympy实在弄不懂
可以调用Python的数学库cmathimport cmathnum=?num=cmath.sqrt(num)或者直接用指数num=num**0.5