gitextract_xmd915ni/ ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── const.go ├── const_test.go ├── decimal-go.go ├── decimal.go ├── decimal_bench_test.go ├── decimal_go124_test.go ├── decimal_test.go ├── go.mod └── rounding.go