posInf static method

Float16 posInf()

Returns +infinity.

Implementation

static Float16 posInf() => Float16.fromBits(0x7c00);