sNan static method

Float16 sNan()

Returns a NAN with the bit pattern 0111110111111111.

Implementation

static Float16 sNan() => Float16.fromBits(0x7dff);