Posts by Junior • 1 point
1 post
-
0
votes8
answers59138
viewsA: How to raise a number to a power without using the Math. h library?
Good afternoon, the program with the function will be like this: float paw (float x, float y); main() { float a, b, res; printf("Entre com o base:"); scanf("%f", &a); printf("\n\nEntre com o…