fadd :
add two floats : index : visitInsn()
- Description
- Pops two single-precision floating point numbers off the operand stack,
adds them, and pushes the result back onto the stack. Floating point addition
follows IEEE rules.
- See also
- dadd iadd ladd
- Stack
Before
|
After |
value1 |
result |
value2 |
... |
... |
... |
- Bytecode
Type
|
Description |
u1
|
fadd
opcode = 0x62 (98)
|