![]() |
|
The decmul() function multiplies two decimal type values.
The product can be the same as either n1 or n2.
0 | The operation was successful. |
-1200 | The operation resulted in overflow. |
-1201 | The operation resulted in underflow. |
The file decmul.ec file in the demo directory contains the following sample program.