go/src/math/big/ratconv_test.go

var exponentTests

func TestScanExponent(t *testing.T) {}

type StringTest

var setStringTests

var setStringTests2

func TestRatSetString(t *testing.T) {}

func TestRatSetStringZero(t *testing.T) {}

func TestRatScan(t *testing.T) {}

var floatStringTests

func TestFloatString(t *testing.T) {}

var float64inputs

// isFinite reports whether f represents a finite rational value.
// It is equivalent to !math.IsNan(f) && !math.IsInf(f, 0).
func isFinite(f float64) bool {}

func TestFloat32SpecialCases(t *testing.T) {}

func TestFloat64SpecialCases(t *testing.T) {}

func TestIssue31184(t *testing.T) {}

func TestIssue45910(t *testing.T) {}

func TestFloatPrec(t *testing.T) {}

func BenchmarkFloatPrecExact(b *testing.B) {}

func BenchmarkFloatPrecMixed(b *testing.B) {}

func BenchmarkFloatPrecInexact(b *testing.B) {}