dmul
Stack
Before
|
After
|
| value1-word1
|
result-word1
|
| value1-word2
|
result-word1
|
| value1-word1
|
...
|
| value2-word2
|
|
| ...
|
Pops the top two double-precision floating point numbers off the stack, multiplies them, and pushes the double-precision result back onto the stack. Multiplication is performed using the standard IEEE rules for double precision floating point arithmetic.
Bytecode
Type
See Also
Description
u1
dmul
opcode = 0x6B (107)
imul, lmul, fmul