Releases: nikolaydubina/fpdecimal
Releases · nikolaydubina/fpdecimal
v0.20.2
v0.20.1
- docs
v0.20.0
What's Changed
- hardcode decimal fractions by @nikolaydubina in #27
Full Changelog: v0.19.3...v0.20.0
v0.19.3
security
v0.19.2
- security
logo
v0.19.1 Update README.md
MinMax and cleanups
- min max support
- multipliers array instead of slice
- more examples
- Mod function
Doc update
v0.18.1 Update README.md
Faster parsing
- using
[]bytes
in parsing APIs for performance - using
uint8
for number of digits - more benchmarks
Skip trailing zeros
This makes API smaller and more robust. And is very useful for fpmoney pacakge and integer APIs.