go/src/strconv/ftoa_test.go

type ftoaTest

func fdiv(a, b float64) float64 {}

const below1e23

const above1e23

var ftoatests

func TestFtoa(t *testing.T) {}

func TestFtoaPowersOfTwo(t *testing.T) {}

func TestFtoaRandom(t *testing.T) {}

func TestFormatFloatInvalidBitSize(t *testing.T) {}

var ftoaBenches

func BenchmarkFormatFloat(b *testing.B) {}

func BenchmarkAppendFloat(b *testing.B) {}