cosmos-sdk/math
2025-04-02 17:28:10 +00:00
..
testdata test(math): added integer file to fix test (#15490) 2023-03-20 22:55:34 +00:00
unsafe fix(math): double method call (#15768) 2023-04-10 15:34:10 +00:00
CHANGELOG.md feat(math/Dec): Add comparison and utility APIs MinDec, MaxDec, Neg(), Abs(), GT(), GTE(), LT(), LTE() (#24343) 2025-04-02 17:28:10 +00:00
dec_bench_test.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
dec_examples_test.go test: fix output formatting, typo corrections, and test case expectations in dec tests (#24325) 2025-04-01 20:37:03 +00:00
dec_migrate_test.go feat: create and test migration from LegacyDec->Dec (#24229) 2025-03-31 16:43:47 +00:00
dec_migrate.go feat: create and test migration from LegacyDec->Dec (#24229) 2025-03-31 16:43:47 +00:00
dec_rapid_test.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
dec_test.go feat(math/Dec): Add comparison and utility APIs MinDec, MaxDec, Neg(), Abs(), GT(), GTE(), LT(), LTE() (#24343) 2025-04-02 17:28:10 +00:00
dec.go feat(math/Dec): Add comparison and utility APIs MinDec, MaxDec, Neg(), Abs(), GT(), GTE(), LT(), LTE() (#24343) 2025-04-02 17:28:10 +00:00
doc.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
go.mod chore: update deps to silence dependatbot (#24327) 2025-04-01 17:41:30 +00:00
go.sum chore: update deps to silence dependatbot (#24327) 2025-04-01 17:41:30 +00:00
int_internal_test.go refactor!: create math go sub module (#11788) 2022-04-28 14:05:21 -04:00
int_test.go refactor: use the built-in max/min to simplify the code (#24112) 2025-03-24 17:35:40 +00:00
int.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
legacy_dec_fuzz_test.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
legacy_dec_internal_test.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
legacy_dec_test.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
legacy_dec.go chore: lint v2 (#24118) 2025-03-25 15:57:24 +00:00
max_min_test.go feat: math: add generics versions of Max, Min to cater to all numeric types (#14166) 2022-12-25 07:26:59 +00:00
max_min.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
proto.go refactor: migrate to cosmos/gogoproto (#13070) 2022-09-08 17:27:48 +00:00
sonar-project.properties chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00
uint_internal_test.go chore: gofumpt (#11839) 2022-05-19 10:55:27 +02:00
uint_test.go refactor: use the built-in max/min to simplify the code (#24112) 2025-03-24 17:35:40 +00:00
uint.go chore: set math to main (#23697) 2025-02-14 07:05:23 -10:00