| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-23 | all: replace "interface{}" with "any" | Shulhan | |
| 2023-09-11 | math/big: fix comment in CreateFloat and ParseFloat | Shulhan | |
| 2022-05-09 | all: reformat all codes using gofmt 1.19 (the Go tip) | Shulhan | |
| 2021-12-03 | math/big: refactoring AddFloat to accept variadic interface{} | Shulhan | |
| Previously, the AddFloat function only accept two interface parameters. This changes make the AddFloat to accept many interface parameters. | |||
| 2021-12-03 | math/big: refactor NewFloat to accept interface{} instead of float64 only | Shulhan | |
| The following types is added and can be initialized to Float: []byte, uint, uint16, uint32, uint64, big.Int, *big.Int, big.Rat, and *big.Rat. | |||
| 2020-07-06 | big: add global flag MarshalJSONAsString | Shulhan | |
| MarshalJSONAsString define the default return behaviour of MarshalJSON(). If its true (the default) the returned JSON format will encapsulated in double quote, as string instead of as numeric. | |||
| 2020-06-10 | all: update email address | Shulhan | |
| 2020-06-06 | all: use default linter options | Shulhan | |
| 2020-03-26 | all: fix and suppress linter warnings | Shulhan | |
| 2020-03-20 | big: new package that extends the capabilities of "math/big" | Shulhan | |
| The "big" package add custom global precision, rounding mode, and number of digit precision after decimal point for all instance of Float that use the package. | |||
