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.
当我减少代码中系数的值时,某些东西会停止工作。我可以除以零而没有错误消息吗?这可以通过增加有效数字的数量来解决吗?如何增加 numpy 中的有效位数?谢谢
Numpy 不支持任意精度。看这里。他们拥有的标量类型是这些。
考虑使用分数模块或其他任意精度的库......