Computes x * y + z
.
Remember to link the math library: valac -X -lm ...
The result is rounded according to the rounding mode determined by the value of ROUNDS.
ROUNDS indicates the implementation-defined rounding behavior for floating-point addition, and has one of the following values:
x |
A numeric value. |
y |
A numeric value. |
z |
A numeric value. |