f128
The f128 is the literal suffix for the 128-bit IEEE-754 quadruple-precision floating point data type.
Syntax
3.14f128
Example Code
var float128 pi = 3.14f128;
The f128 is the literal suffix for the 128-bit IEEE-754 quadruple-precision floating point data type.
3.14f128
var float128 pi = 3.14f128;