f64
The f64 is the literal suffix for the 64-bit IEEE-754 double-precision floating point data type.
Syntax
3.14f64
Example Code
var float64 pi = 3.14f64;
The f64 is the literal suffix for the 64-bit IEEE-754 double-precision floating point data type.
3.14f64
var float64 pi = 3.14f64;