aboutsummaryrefslogtreecommitdiff
path: root/lib/math/big/rat_example_test.go
AgeCommit message (Expand)Author
2025-01-23all: replace "interface{}" with "any"Shulhan
2024-03-06all: conform with linter gosec, ineffasign, and makezeroShulhan
2024-03-05all: comply with linter recommendations #3Shulhan
2024-03-05all: comply with linter recommendations #2Shulhan
2022-04-06math/big: fix example on RoundToZeroShulhan
2021-11-19math/big: refactoring the RatShulhan
2021-09-11math/big: add some examples of Rat.Int64() and RoundToNearestAwayShulhan
2021-02-05big: add method to round fraction to nearest non-zero valueShulhan
2021-02-05big: move the unit test of RoundtoNearestAway as exampleShulhan
2021-02-03big: add method HumanizeShulhan