float32
The float32 is the 32-bit IEEE-754 single-precision floating point data type.
Syntax
float32 pi = 3.14f32; // immutable
var float32 pi = 3.14f32; // mutable
The float32 is the 32-bit IEEE-754 single-precision floating point data type.
float32 pi = 3.14f32; // immutable
var float32 pi = 3.14f32; // mutable