Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有类似于mpmathscala 的东西?
mpmath
更准确地说,mpmath我使用的唯一功能是阶乘(这比factorialpython更快,math并且适用于大数字)和二项式系数计算和设置精度。
factorial
math
先感谢您。