aboutsummaryrefslogtreecommitdiff
path: root/lib/math/big/float.go
AgeCommit message (Expand)Author
2025-01-23all: replace "interface{}" with "any"Shulhan
2023-09-11math/big: fix comment in CreateFloat and ParseFloatShulhan
2022-05-09all: reformat all codes using gofmt 1.19 (the Go tip)Shulhan
2021-12-03math/big: refactoring AddFloat to accept variadic interface{}Shulhan
2021-12-03math/big: refactor NewFloat to accept interface{} instead of float64 onlyShulhan
2020-07-06big: add global flag MarshalJSONAsStringShulhan
2020-06-10all: update email addressShulhan
2020-06-06all: use default linter optionsShulhan
2020-03-26all: fix and suppress linter warningsShulhan
2020-03-20big: new package that extends the capabilities of "math/big"Shulhan