Skip to content

Commit

Permalink
decimal: prepare 0.1.29 release
Browse files Browse the repository at this point in the history
  • Loading branch information
eapenkin committed Jun 29, 2024
1 parent a7ad10d commit 3d51719
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Changelog

## [0.1.29] - 2024-06-29

### Changed

- Improved `Decimal.Sqrt` and `Decimal.QuoRem` performance.

## [0.1.28] - 2024-06-22

### Added

- Implemented `Decimal.Sqrt`, `Decimal.SqrtExact`.
- Implemented `Decimal.Sqrt`.

## [0.1.27] - 2024-05-19

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ cpu: AMD Ryzen 7 3700C with Radeon Vega Mobile Gfx
| Pow | 1.1^60 | 950.90n | 3302.50n | 4599.50n | +247.32% | +383.73% |
| Pow | 1.01^600 | 3.45µ | 10.67µ | 18.67µ | +209.04% | +440.89% |
| Pow | 1.001^6000 | 5.94µ | 20.50µ | 722.22µ | +244.88% | +12052.44% |
| Sqrt | √2 | 3.49µ | 4.68µ | 498.36µ | +34.07% | +14187.84% |
| Sqrt | √2 | 3.40µ | 4.96µ | 2101.86µ | +46.00% | +61755.71% |
| Parse | 1 | 16.52n | 76.30n | 136.55n | +362.00% | +726.82% |
| Parse | 123.456 | 47.37n | 176.90n | 242.60n | +273.44% | +412.14% |
| Parse | 123456789.1234567890 | 85.49n | 224.15n | 497.95n | +162.19% | +482.47% |
Expand Down

0 comments on commit 3d51719

Please sign in to comment.