fmul :
multiply two floats : index : visitInsn()
- Description
- Pops two single-precision floating point numbers off of the stack,
multiplies them, and pushes the single precision result back onto the stack.
IEEE 754 rules for floating point arithmetic are used.
- See also
- imul lmul dmul
- Stack
Before
|
After |
value1 |
result |
value2 |
... |
... |
... |
- Bytecode
Type
|
Description |
u1
|
fmul
opcode = 0x6A (106)
|