Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c63862f

Browse files
Added static exp10 (oops)
1 parent 21fb76a commit c63862f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎biginteger.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -743,5 +743,9 @@ BigInteger.prototype.toJSValue = function() {
743743
var fn = trinary[i];
744744
BigInteger[fn] = makeTrinary(BigInteger.prototype[fn]);
745745
}
746+
747+
BigInteger.exp10 = function(x, n) {
748+
return BigInteger(x).exp10(n);
749+
}
746750
})();
747751
})();

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /