negInf static method

Float16 negInf()

Returns -infinity.

Implementation

static Float16 negInf() => Float16.fromBits(0xfc00);