aboutsummaryrefslogtreecommitdiff
path: root/lib/math
AgeCommit message (Expand)Author
2026-01-15all: convert license and copyright to use SPDX identifiersShulhan
2025-02-04all: remove the nolint tagsShulhan
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
2024-03-02all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"Shulhan
2023-12-13all: fix linter warnings reported by reviveShulhan
2023-09-11math/big: fix comment in CreateFloat and ParseFloatShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2022-04-06math/big: fix example on RoundToZeroShulhan
2021-12-03math/big: refactoring AddFloat to accept variadic interface{}Shulhan
2021-12-03math/big: refactor NewFloat to accept interface{} instead of float64 onlyShulhan
2021-11-19math/big: realign struct fields on unit testsShulhan
2021-11-19math/big: refactoring the RatShulhan
2021-11-17math/big: return nil on Quo and QuoRat instead of panicShulhan
2021-09-11math/big: add some examples of Rat.Int64() and RoundToNearestAwayShulhan
2021-04-27big: add method Add, IsLess, IsGreater, and ScanShulhan
2021-04-23math/big: add method IsZero on IntShulhan
2021-04-23math/big: use consistent receiver name for Int methodsShulhan
2021-04-23math/big: extend Int to support marshal/unmarshal JSONShulhan
2021-04-21big: extends the standard big.IntShulhan
2021-04-16big: allow creating new Rat from uint64 and *big.IntShulhan
2021-03-14all: refactoring the test.Assert and test.AssertBench signatureShulhan
2021-03-01big: add method that implement sql/driver.Valuer for type RatShulhan
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
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-06-06all: use default linter optionsShulhan
2020-05-12big: add method wrapper for AbsShulhan
2020-04-29big: check for zero length slice of byte or string on toRatShulhan
2020-04-29big: return false if Rat is nil on IsGreaterThanZeroShulhan
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-08big: return "0" instead of "<nil>" on Rat.String()Shulhan
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-26all: fix and suppress linter warningsShulhan
2020-03-23big: fix Rat conversion to int64Shulhan
2020-03-20big: new package that extends the capabilities of "math/big"Shulhan
2020-03-12mining/math: move the package from "lib/mining/" to "lib/" directoryShulhan