...
The following non-compliant code raises x
to the {{y}}th powerpower of y
.
Code Block | ||
---|---|---|
| ||
double x, y, result; result = pow(x, y); |
...
...
The following non-compliant code raises x
to the {{y}}th powerpower of y
.
Code Block | ||
---|---|---|
| ||
double x, y, result; result = pow(x, y); |
...