Use 1 as Base prefix

This commit is contained in:
Thomas Roehl 2022-03-11 20:09:16 +01:00
parent 887bf963af
commit f80aee4d0f

View File

@ -5,7 +5,7 @@ import "regexp"
type Prefix float64
const (
Base Prefix = iota
Base Prefix = 1
Exa = 1e18
Peta = 1e15
Tera = 1e12