Operand A
Binary (click bits to toggle)
Unsigned: 0 | Signed (two's complement): 0
Operand B
Binary (click bits to toggle)
Unsigned: 0 | Signed (two's complement): 0
Operations
IEEE 754 Single Precision (Operand A as float)
■ Sign (1 bit)
■ Exponent (8 bits)
■ Mantissa (23 bits)
Value:0.0
Sign:0 (+)
Exponent:0 (biased: 127)
Mantissa:1.0
Formula:(-1)^0 x 1.0 x 2^0 = 0.0