go-rounding
go-rounding copied to clipboard
Rounding and truncation methods for big.Rat
Results
2
go-rounding issues
Sort by
recently updated
recently updated
newest added
I am actually looking into this for some hours, I need "Bankers Rounding" on place 4 and originally started with a float variant: ```go func BankerRound4(num float64) float64 { //...