We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NP.plus(2.018, 0.001) 2.0189999999999997
原因是 > 2.018 * 1000 2017.9999999999998
所以简单的乘以10的n次方不能覆盖所有情况..
The text was updated successfully, but these errors were encountered:
恩 可以fix的
Sorry, something went wrong.
ec01337
Merge pull request #2 from jiangtao/master
f247d5f
fix #1 and add tests
No branches or pull requests
原因是 > 2.018 * 1000
2017.9999999999998
所以简单的乘以10的n次方不能覆盖所有情况..
The text was updated successfully, but these errors were encountered: