func eiselLemire64(man uint64, exp10 int, neg bool) (f float64, ok bool) { … } func eiselLemire32(man uint64, exp10 int, neg bool) (f float32, ok bool) { … } const detailedPowersOfTenMinExp10 … const detailedPowersOfTenMaxExp10 … var detailedPowersOfTen …