aboutsummaryrefslogtreecommitdiff
path: root/lib/math/big/rat_test.go
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2021-11-19math/big: refactoring the RatShulhan
2021-11-17math/big: return nil on Quo and QuoRat instead of panicShulhan
2021-04-16big: allow creating new Rat from uint64 and *big.IntShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-02-05big: move the unit test of RoundtoNearestAway as exampleShulhan
2021-01-06big: fix test due to changes on tip of json packageShulhan
2020-11-23test: refactoring Assert with better error messageShulhan
2020-11-10big: update the latest expected error message with Go tipShulhan
2020-10-08big: add method RoundToNearestAway and RoundToZeroShulhan
2020-07-06big: add global flag MarshalJSONAsStringShulhan
2020-06-10all: update email addressShulhan
2020-05-12big: add method wrapper for AbsShulhan
2020-04-29big: check for zero length slice of byte or string on toRatShulhan
2020-04-23reflect: remove checking for method IsEqual on type reflect.PtrShulhan
2020-04-23big: add more test cases for QuoRat and Int64Shulhan
2020-04-03big: update the test file from stashShulhan
2020-04-01big: round the float value using rounding mode ToZeroShulhan
2020-03-30big: add more test cases for RatShulhan
2020-03-26big: fix the Int64() method conversionShulhan
2020-03-23big: fix Rat conversion to int64Shulhan
2020-03-20big: new package that extends the capabilities of "math/big"Shulhan