Go Numerics

Go offers several numerics defined by their size and behavior.


Description

The integer types are:

There are also two floating point types defined by size: float32 and float64.

Lastly, there are two complex types defined by size: complex64 and complex128.

Note that byte is an alias to uint8, and rune is an alias to int32.


CategoryRicottone

Go/Numerics (last edited 2025-10-10 15:11:03 by DominicRicottone)