Femme_physics
Gold Member
- 2,548
- 1
double power( double x, int exponent)
{
.
.
.
}
result = power(7.0, 2)
Femme_physics said:Ah...that clears it. Just the first time I hear it. Thanks :)