如何在 JavaScript 中获得完全准确的值?
可能的重复:
巨大的整数 JavaScript 库
假设我想要 2^1000 的精确值>。我该如何获得整个值?也许每次完成乘法时都将其存储在一个字符串中,但最终它仍然会超过 10 位数字!有什么办法吗,还是 ECMAScript 不支持这个?
Possible Duplicate:
Huge Integer JavaScript Library
Suppose I want the exact value for 2^1000. How am I supposed to get the entire value? Maybe storing it in a string every time the multiplication is done, but it will still eventually go over 10 digits! Is there any way, or does ECMAScript just not support this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
返回
您需要多准确?
returns
how accurate do you need this to be?