Security with Go
上QQ阅读APP看书,第一时间看更新

Floating point numbers

The floating point type does not have a generic type, and must be one of these two options:

  • float32: IEEE-754 32-bit floating-point number
  • float64: IEEE-754 64-bit floating-point number