Skip to content

float128

The float128 is the 128-bit IEEE-754 quadruple-precision floating point data type.

Syntax

float128 pi = 3.14f128; // immutable
var float128 pi = 3.14f128; // mutable