资讯

package utils_test import ( "fmt" "math" "testing" ) func TestToPercentage(t *testing.T) { testcases := []struct { value float64 digit int want string }{ // {0.123456 ...
As title says Math.Round fails to round 0.50 values be it decimal or double data typed, it rounds these values but returns lower values rather than it should add value 1. For Ex. if I have to round 99 ...