floating-point in Go

Type | Meaning
--- | ---
float32 | IEEE-754 32-bit floating-point numbers
float64 | IEEE-754 64-bit floating-point numbers
complex64 | Complex numbers with float32 real and imaginary parts
complex128 | Complex numbers with float64 real and imaginary parts