math.go 145 B

1234567
  1. package constant
  2. const (
  3. RatioBase = 10000 // 万分比
  4. FRatioBase = 10000.0 // 成万分比浮点数
  5. PctBase = 100 // 百分比
  6. )