Posts by tomas louraco • 1 point
1 post
-
0
votes8
answers59138
viewsA: How to raise a number to a power without using the Math. h library?
As simple as possible without the library Math. h //Tomás Louraco 19/02/18 //Programa que escreve a potencia #include <iostream> using namespace std; int main() {…