Versions in this module Expand all Collapse all v0 v0.0.5 Sep 29, 2024 v0.0.4 Sep 24, 2024 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