Skip to content

Commit

Permalink
adding exports for Manuel Simoni
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Yoo committed May 6, 2011
1 parent 69c9197 commit 11fcb0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/js-numbers.js
Expand Up @@ -4043,4 +4043,14 @@ if (typeof(exports) !== 'undefined') {

Numbers['toRepeatingDecimal'] = toRepeatingDecimal;



// The following exposes the class representations for easier
// integration with other projects.
Numbers['BigInteger'] = BigInteger;
Numbers['Rational'] = Rational;
Numbers['FloatPoint'] = FloatPoint;
Numbers['Complex'] = Complex;


})();

0 comments on commit 11fcb0f

Please sign in to comment.