sNan static method

Half sNan()

Returns a NAN with the bit pattern 0111110111111111.

Implementation

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