Commit graph

  • 37706fc9ff For MessagePack Add github.com/tinylib/msgp 13981712066 2021-10-15 14:11:52 +0800
  • 2ae6f298b8
    Release version 1.3.0 (#250) v1.3.0 Mateusz Woś 2021-10-14 01:55:53 +0200
  • cbd669ec01 Release version 1.3.0 mwoss 2021-10-14 01:51:37 +0200
  • 283b007e5f
    Reformat code base and update decimal copy docs (#249) Mateusz Woś 2021-10-12 12:11:39 +0200
  • 3259e0a2de
    Add NewNullDecimal init method (#234) Ruben de Vries 2021-10-12 11:07:45 +0200
  • 38c8188725
    add NewNullDecimal Ruben de Vries 2021-06-29 11:42:22 +0200
  • 960e4a8554 Reformat code base and update decimal copy docs mwoss 2021-10-12 02:45:56 +0200
  • 013e52d4e9
    Add Copy func (#123) Ilya Glukhov 2021-10-12 03:17:36 +0300
  • 46544472a5
    Add implementation of natural exponent function (Taylor, Hull-Abraham) (#229) Mateusz Woś 2021-10-11 18:39:38 +0200
  • a82be57b52 Improve docs, handle multithreading race condition in exp method mwoss 2021-10-11 18:12:55 +0200
  • 9ffd602a49
    Update Travis-CI configuration (#246) Mateusz Woś 2021-09-12 13:37:52 +0200
  • dc3c3eba71 Update status badge mwoss 2021-09-12 13:27:06 +0200
  • a11f9b2c6d it works :3 mwoss 2021-09-12 13:19:56 +0200
  • 1d6c3d8414 test mwoss 2021-09-12 13:18:41 +0200
  • 76a8abb1e5 once again mwoss 2021-09-12 13:13:53 +0200
  • 3ed5541404 test mwoss 2021-09-12 13:10:17 +0200
  • 2219db2094 Test again mwoss 2021-09-11 21:54:31 +0200
  • 7d8bd635a7 Remove go1.14 mwoss 2021-09-11 17:46:53 +0200
  • fdeb1ec18e Update Travis-CI configuration mwoss 2021-09-11 13:01:11 +0200
  • cc42f141bf Remove architecture param mwoss 2021-09-10 17:48:04 +0200
  • f84b2552ac Migrate to Github Actions mwoss 2021-09-10 17:17:53 +0200
  • b11a7c46d7
    Add implementation of CoefficientInt64 method (#244) Mateusz Woś 2021-09-10 15:48:44 +0200
  • 8fc0797991 Add missing implementation mwoss 2021-09-10 15:32:41 +0200
  • fa107b491c Add implementation of CoefficientInt64 method mwoss 2021-09-10 15:31:52 +0200
  • 483a047db9
    Improve performance of Abs() and Round() (#240) Denis 2021-09-09 14:03:13 +0300
  • a7300c7cdd
    feat: add test case clstb 2021-08-29 13:06:17 +0200
  • f5f8dee81c
    feat: update go.mod clstb 2021-08-29 12:58:05 +0200
  • 9a7c7b8ed7
    feat: add method to get original int part clstb 2021-08-29 12:56:31 +0200
  • f5a7dda25a improve performance of Abs() and Round() Denis Dorozhkin 2021-08-08 15:12:11 +0300
  • aaa563729a add uint support Elias Van Ootegem 2021-07-05 15:57:32 +0100
  • cc4584f0a5
    Add slice range checks to UnmarshalBinary() (#232) James Harris 2021-06-23 08:24:56 +1000
  • b1cca6df89 Avoid use of %w verb with Errorf() for compatibility with older Go versions. James Harris 2021-06-11 08:51:06 +1000
  • fdd8d7c53f Add slice range checks to UnmarshalBinary(). James Harris 2021-06-10 11:47:05 +1000
  • 65bffbbce9 Fix failing NumDigits tests mwoss 2021-05-30 02:36:07 +0200
  • 346274570b Update docs mwoss 2021-05-30 02:19:45 +0200
  • 87f8d50bef Add implementation of natural exponent function (Taylor, Hull-Abraham) mwoss 2021-05-30 02:14:45 +0200
  • a24228919f Add implementation of exponential function mwoss 2021-05-01 01:35:19 +0200
  • f74a6c0edb
    Update decimal.go Ilya Glukhov 2021-03-30 17:12:02 +0300
  • 80a623df69
    Update decimal.go Ilya Glukhov 2021-03-30 17:07:13 +0300
  • d68bc16130
    Update decimal.go Ilya Glukhov 2021-03-30 17:04:11 +0300
  • 7c3409c62c
    Update decimal.go Ilya Glukhov 2021-03-30 17:01:11 +0300
  • 0e940a34bf
    Update decimal.go Ilya Glukhov 2021-03-30 16:57:57 +0300
  • 9ad24958d8
    Merge branch 'master' into master Ilya Glukhov 2021-03-30 16:51:01 +0300
  • 501661573f
    Add InexactFloat64 method (#205) Felipe Neuwald 2021-03-30 00:12:37 +0100
  • aa070c4ec8 make Sqrt a method of Decimal; add unit tests (1 failing) Leonardo 2021-03-27 13:52:30 -0700
  • a68916bc93 added Sqrt and SqrtRound functions Leonardo Cicconi 2019-01-16 15:52:53 -0800
  • f77bb07828
    Modify Rounding methods (#220) Vu Long (Drake) 2021-03-15 04:09:56 +0700
  • b28c6083d0 Modify the docs of RoundUp and RoundDown Drake (Vũ Long) 2021-03-12 10:22:52 +0700
  • b9353a2617 Add a new RoundUp and RoundDown methods Drake (Vũ Long) 2021-03-07 18:27:23 +0700
  • 8d1104417f Change function name from RoundUp -> RoundCeil, RoundDown -> RoundFloor Drake (Vũ Long) 2021-03-07 18:10:04 +0700
  • 9328d16578
    Added XML support for NullDecimal (#192) Bharath Ramesh 2021-02-18 14:32:50 -0800
  • 7e80c575a6 issue #55: Pow doesn't work for decimal exponents Solved. ashkanlarni 2021-02-15 22:59:13 +0330
  • 78cc232a24 Unmarshal empty JSON string to Zero. Ellen Papsch 2021-02-15 12:14:19 +0100
  • f95131c4de issue #210: bug: a.Mod(b) returns a negative number - Solved ashkanlarni 2021-02-14 19:25:14 +0330
  • d05bf85092 Added XML support for NullDecimal Bharath Ramesh 2020-12-04 07:57:26 +0000
  • d1a220c451 renames MustFloat64 to InexactFloat64 Felipe Neuwald 2021-02-07 09:16:49 +0000
  • cd5465e26b PiNumber() implemented (with tests) issue #185 Ali 2021-02-05 20:07:12 +0330
  • cfeaf38bb1 Issues With Pow Function Solved & Some Tests Added , Results Checked With Math.pow SepehrAsh 2021-02-05 17:27:51 +0330
  • 5ed05f5243 mod bug fix iamalibabaei 2021-02-04 20:06:44 +0330
  • dc5512c671 impl: Go mod; add decoder and encoder for official mongo driver Patryk Kowalewski 2021-02-02 12:09:15 +0100
  • 99f4d74cf2
    Fix wrong return RoundUp/RoundDown because of value after rescaled is ignore (#202) Vu Long (Drake) 2021-01-18 06:50:46 +0700
  • 455775bb65 func (d Decimal) MustFloat64() Felipe Neuwald 2021-01-17 00:05:58 +0000
  • 45ac423bab Fix wrong return RoundUp/RoundDown because of value after rescaled is ignore Drake (Vũ Long) 2021-01-15 17:58:25 +0700
  • 2740f7f782 update changelog Jason Biegel 2021-01-09 23:26:47 -0500
  • 0cada0bdfe
    optimize NewFromString a bit (#198) nknordeen 2021-01-09 21:15:12 -0700
  • 6bedb14d14 add benchmark for large number Nicholas Nordeen 2021-01-07 14:51:40 -0700
  • 854b3942a7 optimize NewFromString a bit Nicholas Nordeen 2021-01-07 14:43:26 -0700
  • 8bd41ac55d
    Implement RoundUp and RoundDown methods (#196) Mateusz Woś 2020-12-11 19:41:11 +0100
  • 23e248fb86 MOD: fix unmarshal binary crash Charlie Wu 2020-12-11 21:31:01 +0800
  • 108fd4ce45 Fix one test case after copy pasting :D mwoss 2020-12-11 02:23:49 +0100
  • e7adea60a6 Improve indent in docs mwoss 2020-12-11 02:16:30 +0100
  • 804db4cf6f Implement RoundUp and RoundDown methods mwoss 2020-12-11 02:01:54 +0100
  • 68056a4f47 updating power to use math.Pow Daher 2020-12-07 03:53:05 -0600
  • c51f63d49e adding RoundUp Daher 2020-12-05 04:36:27 -0600
  • 26960cc192 adding RoundUp Daher 2020-12-05 04:33:20 -0600
  • 4314627216
    Merge 810279ec16 into 66332b32a9 Deleted user 2020-12-04 16:58:18 -0600
  • 66332b32a9
    Add power architecture support (ppc64le) to CI configuration (#188) sreekanth370 2020-12-01 15:45:53 +0530
  • 13425bb201 added vs code to gitignore Jason Biegel 2020-11-19 00:23:29 -0500
  • bfad0ea2ba
    test1 sreekanth370 2020-10-27 14:48:02 +0530
  • 2050607249
    test sreekanth370 2020-10-27 14:42:41 +0530
  • ebbf8bbe36
    Implement new initialization function - NewFromFormattedString (#184) Mateusz Woś 2020-09-14 19:29:03 +0200
  • 2d1d4e5354 Redefine docstring Mateusz Wos 2020-09-07 01:42:43 +0200
  • aea8328427 Implement new initialization function - NewFromFormattedString Mateusz Wos 2020-09-07 01:30:25 +0200
  • 22c0240c45
    feat: adding in support for commas (#1) Conrad 2020-08-24 16:36:06 -0700
  • 5a22b86679 Fix documentation in RoundBank method mwoss 2020-08-20 23:47:45 +0200
  • 867ed12000
    fix the rounding bug in roundShortest method (#161) jonson 2020-07-07 15:05:46 +0800
  • 6fe01c1abd
    Implement IsInteger method (#179) Mateusz Woś 2020-07-01 01:20:32 +0200
  • 0b7ca5a59e Implement IsInteger method mwoss 2020-06-29 01:35:36 +0200
  • 2568a29459
    Release version 1.2.0 (#175) v1.2.0 Mateusz Woś 2020-04-28 23:23:09 +0200
  • 256f0642f2 Update CHANGELOG.md mwoss 2020-04-28 22:23:27 +0200
  • 480f653de8
    Update documentation, clean up package level documentation (#173) Mateusz Woś 2020-04-28 04:35:36 +0200
  • 710e0d22af Revert remove of docs mwoss 2020-04-28 01:35:22 +0200
  • c939845a68
    Improve go report cards score (#174) Mateusz Woś 2020-04-27 08:03:21 +0200
  • 4173d2cfb3 Add parentheses to NewFromFloat docs mwoss 2020-04-26 12:29:57 +0200
  • 5651ced91d One more linter warning fix mwoss 2020-04-26 02:42:45 +0200
  • 6eb78bb2fd Improve go report cards score mwoss 2020-04-26 02:38:39 +0200
  • cdb7942ec8 Update documentation, clean up package level documentation mwoss 2020-04-26 01:44:33 +0200
  • 1884f454f8
    Add new helper methods: BigInt, BigFloat (#171) Mateusz Woś 2020-04-20 00:29:39 +0200
  • 81985346d9 Merge branch 'master' into big-part-methods mwoss 2020-04-20 00:19:49 +0200
  • f1c1aead5a
    Drop support for Go versions older than 1.7 (#172) Mateusz Woś 2020-04-20 00:18:35 +0200