Skip to content

float64

The float64 is the 64-bit IEEE-754 double-precision floating point data type.

Syntax

float64 pi = 3.14f64; // immutable
var float64 pi = 3.14f64; // mutable