Michael Mclaughlin
|
59e8fb0fa3
|
Remove link to gh-pages doc
|
2014-12-29 00:32:05 +00:00 |
Michael Mclaughlin
|
e98acdd917
|
Minor clean-up
|
2014-11-25 22:37:41 +00:00 |
Michael Mclaughlin
|
e8130405e4
|
v1.5.0
|
2014-11-13 23:23:45 +00:00 |
Michael Mclaughlin
|
5bcec4a44b
|
Add dp method to docs
|
2014-11-13 23:11:22 +00:00 |
Michael Mclaughlin
|
eba42a9238
|
Add tests for dp method
|
2014-11-13 23:10:15 +00:00 |
Michael Mclaughlin
|
fa2d71ba6a
|
Add decimalPlaces method
|
2014-11-13 22:32:36 +00:00 |
Michael Mclaughlin
|
6d318fd92a
|
Add BigNumber.prototype.toJSON
|
2014-11-13 20:17:39 +00:00 |
Michael Mclaughlin
|
844a1ae664
|
Minor README edit
|
2014-06-19 16:42:16 +01:00 |
Michael Mclaughlin
|
f8b43328d2
|
Minor README edit
|
2014-06-19 15:58:45 +01:00 |
Michael Mclaughlin
|
665b70a3ba
|
v1.4.1
|
2014-06-08 23:45:03 +01:00 |
Michael M
|
d22793823b
|
Update README.md
|
2014-06-04 22:41:14 +01:00 |
Michael M
|
61c5dbffb9
|
Merge pull request #35 from cshenoy/patch-1
Update to Readme to reflect node require
|
2014-06-04 22:39:44 +01:00 |
Chetan Shenoy
|
0614224b2e
|
Update to Readme to reflect node require
Since the package is named bignumber.js the user must `require('bignumber.js')` when installing via npm.
|
2014-06-04 11:29:48 -04:00 |
Michael Mclaughlin
|
09a7f9dfb2
|
v1.4.0 Added toNumber
|
2014-05-08 23:31:53 +01:00 |
Michael Mclaughlin
|
1f9f40055c
|
Reinstate Travis build image.
|
2013-11-28 10:34:47 +00:00 |
Michael Mclaughlin
|
25c6d7f75c
|
Merge pull request #26 from Frost/master
Don't publish tests to npm
|
2013-11-28 02:25:50 -08:00 |
Michael Mclaughlin
|
a5236199d3
|
Travis build image exit
|
2013-11-28 10:22:02 +00:00 |
Martin Frost
|
08cc97f255
|
Don't publish tests to npm
|
2013-11-27 15:40:30 +01:00 |
Michael Mclaughlin
|
9bacce8d1c
|
Merge pull request #19 from Xotic750/missingSemicolon
semicolons
|
2013-11-19 08:59:41 -08:00 |
Xotic750
|
300387445a
|
Add missing smemicolons
|
2013-11-18 21:22:25 +01:00 |
Michael Mclaughlin
|
d53cc83e7b
|
Added build status image.
|
2013-11-16 23:55:34 +00:00 |
Michael Mclaughlin
|
7816dba52f
|
Test against multiple node versions.
|
2013-11-16 23:46:30 +00:00 |
Michael Mclaughlin
|
93f754d5ec
|
Merge pull request #16 from benjojo/master
Add a travis.yml
|
2013-11-16 15:41:42 -08:00 |
Ben Cox
|
573381e169
|
Added a travis CI config
|
2013-11-14 21:58:38 +00:00 |
Ben Cox
|
37eeef5477
|
Create .travis.yml
|
2013-11-14 21:51:40 +00:00 |
Michael Mclaughlin
|
ad793ad674
|
Added link to API
|
2013-11-08 16:56:48 +00:00 |
Michael Mclaughlin
|
f696c01227
|
Added link to online docs
|
2013-11-08 16:52:28 +00:00 |
Michael Mclaughlin
|
4972deb36e
|
v1.3.0
|
2013-11-08 16:29:47 +00:00 |
Michael Mclaughlin
|
f86ef21c4f
|
v1.3.0
|
2013-11-08 12:45:37 +00:00 |
Michael Mclaughlin
|
9d60fe27a3
|
Reduced the number of div tests
|
2013-11-08 12:23:05 +00:00 |
Michael Mclaughlin
|
e0a4a4d3d7
|
Added further tests, some of which will fail using the older sqrt
|
2013-11-08 12:22:17 +00:00 |
Michael Mclaughlin
|
9db7d1bf90
|
Handle up to and including radix 64
|
2013-11-08 11:04:25 +00:00 |
Michael Mclaughlin
|
eebfc26c47
|
Ensure sqrt is always, rather than almost always, correctly rounded
|
2013-11-08 09:39:17 +00:00 |
Michael Mclaughlin
|
df7cea8916
|
v1.2.1
|
2013-10-17 13:44:53 +01:00 |
Michael Mclaughlin
|
221c331c90
|
Added further signed zero tests
|
2013-10-17 13:44:52 +01:00 |
Michael Mclaughlin
|
faa600384c
|
Bugfix: sign of zero when x < 0 and x + (-x) = 0
|
2013-10-17 13:44:33 +01:00 |
Michael Mclaughlin
|
aeb5646957
|
v1.2.0 Throw Error objects
|
2013-09-19 12:18:02 +01:00 |
Michael Mclaughlin
|
6771e89996
|
v1.1.1
|
2013-08-22 09:42:49 +01:00 |
Michael Mclaughlin
|
d0cf9a0d0d
|
Show original arg in constructor error message
|
2013-08-21 23:53:31 +01:00 |
Michael Mclaughlin
|
a977d784a1
|
v1.1.0
|
2013-08-01 18:57:00 +01:00 |
Michael Mclaughlin
|
4473a6c888
|
Allow trailing radix point.
|
2013-08-01 18:53:05 +01:00 |
Michael Mclaughlin
|
2663b68e3c
|
version 1.0.1
|
2013-01-06 17:21:43 +00:00 |
Michael Mclaughlin
|
74f37d5b5e
|
BugFix: incorrect method name in error messages
|
2013-01-06 17:20:55 +00:00 |
Michael Mclaughlin
|
b5b66f7544
|
Deleted two flawed tests in round.js
|
2013-01-06 17:10:52 +00:00 |
Michael Mclaughlin
|
212722ac04
|
Comments correction.
|
2012-12-05 16:47:02 +00:00 |
Michael Mclaughlin
|
cf72998f42
|
Minor edit.
|
2012-12-03 19:28:26 +00:00 |
Michael Mclaughlin
|
2a38aceece
|
Address update.
|
2012-11-28 19:36:36 +00:00 |
Michael Mclaughlin
|
7182a6f21d
|
Updated RADIX link.
|
2012-11-26 22:53:05 +00:00 |
Michael Mclaughlin
|
c7169875f3
|
Added radix link and bitcoin address.
|
2012-11-26 22:33:07 +00:00 |
Michael Mclaughlin
|
c0a1842f45
|
Added githalytics link.
|
2012-11-16 18:25:57 +00:00 |