operator unary- method

Float16 operator unary-()

Unary minus

Implementation

Float16 operator -() => Float16.fromBits(_h ^ 0x8000);