Versions in this module Expand all Collapse all v1 v1.0.0 Oct 10, 2022 Changes in this version + func FToBaseStr(num float64, radix int) string + func FToStr(d float64, mode FToStrMode, precision int, buffer []byte) []byte + type FToStrMode int + const ModeExponential + const ModeFixed + const ModePrecision + const ModeStandard + const ModeStandardExponential