qNan static method

Float16 qNan()

Returns a NAN with the bit pattern 0111111111111111.

Implementation

static Float16 qNan() => Float16.fromBits(0x7fff);