Documentation ¶ Index ¶ func ApproximateFloatToString(f *big.Float) string func Compare(aVal, bVal reflect.Value) int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ApproximateFloatToString ¶ func ApproximateFloatToString(f *big.Float) string ApproximateFloatToString returns a decimal approximation of the Float value. func Compare ¶ func Compare(aVal, bVal reflect.Value) int Compare compares two values of the same type. It returns -1, 0, 1 according to whether a > b (1), a == b (0), or a < b (-1). If the types differ, it returns -1. See the comment on Sort for the comparison rules. Types ¶ This section is empty. Source Files ¶ View all Source files compare.goconstants_float_string.go Click to show internal directories. Click to hide internal directories.