Posts by Luiz Felipe • 131 points
1 post
-
13
votes8
answers59138
viewsQ: How to raise a number to a power without using the Math. h library?
How can I raise a number to a power without using the library math.h? Example: potencia = x ^ 1/2; How do I do it in c++?