Skip to content

float16

The float16 is the 16-bit IEEE-754 half-precision floating point data type.

Syntax

float16 pi = 3.14f16; // immutable
var float16 pi = 3.14f16; // mutable