1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00
Commit Graph

34 Commits

Author SHA1 Message Date
jeffjing
0a81a6758a
docs: typo fixed
Related to [#73](https://github.com/MikeMcl/decimal.js/pull/73/files)
2019-05-08 21:13:01 +08:00
Adrian Hara
bc2979c96a Added custom util.inspect() function that just prints out the "toString()" result of the decimal. 2019-02-25 17:06:47 +01:00
Michael Mclaughlin
2e75623cc3 v10.0.0 2018-03-10 22:10:08 +00:00
Michael Mclaughlin
a821788a7c Explain trig precision limits 2018-03-10 21:57:13 +00:00
Michael Mclaughlin
6016146ef7 #88 Update doc and .mjs after toNearest change 2018-03-10 19:43:59 +00:00
Michael Mclaughlin
dbf681be4a v8.0.0 2017-12-10 18:32:38 +00:00
Michael Mclaughlin
fd668fea70 Add Decimal.isDecimal and config reset 2017-12-09 22:05:28 +00:00
Max Kutny
074a97d06a docs: typos fixed 2017-11-29 16:25:43 +02:00
Michael Mclaughlin
2ed8a040c7 v7.2.4 2017-09-09 18:53:23 +01:00
Michael Mclaughlin
3cbfd6da08 Update docs re global.crypto 2017-09-09 18:47:57 +01:00
Michael Mclaughlin
784a38a8db v7.2.3 2017-06-27 22:08:50 +01:00
Michael Mclaughlin
32f0a63095 v7.2.2 2017-06-25 23:39:53 +01:00
Michael Mclaughlin
85a499eb86 v7.1.2 2017-04-05 19:03:17 +01:00
Michael Mclaughlin
5547cc805d Minor doc edit 2017-01-10 23:37:36 +00:00
Michael Mclaughlin
45eec0b863 v7.1.1 2017-01-10 19:34:40 +00:00
Michael Mclaughlin
148be72e6f v7.1.0 2016-11-10 00:08:25 +00:00
Michael Mclaughlin
e48bddf45a v7.0.0 2016-11-09 17:08:38 +00:00
Michael Mclaughlin
fb37ca6bde v6.0.0 2016-06-30 19:27:50 +01:00
Michael Mclaughlin
5a916a1de2 Remove outdated example 2016-02-29 19:24:10 +00:00
Michael Mclaughlin
6effe2db27 v5.0.5 2016-02-20 22:21:48 +00:00
Michael Mclaughlin
50f63bec5c v5.0.4 2016-02-14 21:15:21 +00:00
Michael Mclaughlin
948d368527 Correct link 2016-02-10 20:45:40 +00:00
Michael Mclaughlin
587b9fe82f v5.0.2 2016-02-05 00:04:05 +00:00
Michael Mclaughlin
b8b2ed7a2b v5.0.1 2016-01-28 23:12:34 +00:00
Michael Mclaughlin
c39ab46529 Add pi info 2016-01-28 23:10:26 +00:00
Michael Mclaughlin
8a6f8fe412 v5.0.0 2016-01-25 00:11:32 +00:00
Michael Mclaughlin
277e8a8ad3 Internal round function bugfix 2015-10-02 12:56:34 +01:00
Michael Mclaughlin
aaa0794f69 v4.0.2 2015-02-20 16:01:25 +00:00
Michael Mclaughlin
8d7a9969de v4.0.0 toFormat amended 2014-11-10 16:00:14 +00:00
Michael Mclaughlin
e02587a173 v3.0.0 2014-06-04 23:59:07 +01:00
Michael Mclaughlin
f68b25fdc8 Correct doc links 2014-04-30 17:28:20 +01:00
Michael Mclaughlin
b141f3480d v2.0.0
Avoid potential confusion over the round method: ceil, floor, round and
trunc no longer accept arguments and so they match their JS Math object
equivalents. Removed toInteger as round now handles rounding to integer. Added
toSignificantDigits as round no longer rounds to precision. Updated tests
accordingly. Calling config without argument no longer throws.
2014-04-10 19:30:38 +01:00
Michael Mclaughlin
714eb63369 Minor doc clean-up. v1.0.1 2014-04-07 17:17:26 +01:00
Michael Mclaughlin
b92f900a93 Initial commit 2014-04-02 16:28:08 +01:00