is the factorial2 function in scipy broken?

前端 未结 0 655
野性不改
野性不改 2020-12-28 17:06
from scipy.special import factorial2
print(factorial2(-1))

In the documentation it says that the above code should return 0, but for me it returns +

相关标签:
回答
  • 消灭零回复
提交回复
热议问题