计算数量的值超过10,000的幂

时间:2013-11-06 07:06:06

标签: javascript pow

我正在尝试计算Math.pow(2,1000)而我正在Result : "1.0715086071862673e+301"

如果我尝试Math.pow(2,10000),那么我会获得Result : "Infinity"

任何人都可以帮我解决这个问题吗?

2 个答案:

答案 0 :(得分:2)

您也可以尝试https://github.com/peterolson/BigInteger.js进行大数字计算。

答案 1 :(得分:0)

你无法仅使用JavaScript计算这么大的数字,你可能需要使用一个库。

请查看https://github.com/jtobey/javascript-bignumhttp://jsfromhell.com/classes/bignumber