negInf static method

Half negInf()

Returns -infinity.

Implementation

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