- Security with Go
- John Daniel Leon
- 31字
- 2021-06-30 19:06:47
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