index
:
pakakeh.go
dev
main
Collections of packages and tools for working with Go programming language.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
math
/
big
/
rat_test.go
Age
Commit message (
Expand
)
Author
2026-01-15
all: convert license and copyright to use SPDX identifiers
Shulhan
2024-03-02
all: move the repository to "git.sr.ht/~shulhan/pakakeh.go"
Shulhan
2021-11-19
math/big: refactoring the Rat
Shulhan
2021-11-17
math/big: return nil on Quo and QuoRat instead of panic
Shulhan
2021-04-16
big: allow creating new Rat from uint64 and *big.Int
Shulhan
2021-03-14
all: refactoring the test.Assert and test.AssertBench signature
Shulhan
2021-02-05
big: move the unit test of RoundtoNearestAway as example
Shulhan
2021-01-06
big: fix test due to changes on tip of json package
Shulhan
2020-11-23
test: refactoring Assert with better error message
Shulhan
2020-11-10
big: update the latest expected error message with Go tip
Shulhan
2020-10-08
big: add method RoundToNearestAway and RoundToZero
Shulhan
2020-07-06
big: add global flag MarshalJSONAsString
Shulhan
2020-06-10
all: update email address
Shulhan
2020-05-12
big: add method wrapper for Abs
Shulhan
2020-04-29
big: check for zero length slice of byte or string on toRat
Shulhan
2020-04-23
reflect: remove checking for method IsEqual on type reflect.Ptr
Shulhan
2020-04-23
big: add more test cases for QuoRat and Int64
Shulhan
2020-04-03
big: update the test file from stash
Shulhan
2020-04-01
big: round the float value using rounding mode ToZero
Shulhan
2020-03-30
big: add more test cases for Rat
Shulhan
2020-03-26
big: fix the Int64() method conversion
Shulhan
2020-03-23
big: fix Rat conversion to int64
Shulhan
2020-03-20
big: new package that extends the capabilities of "math/big"
Shulhan