+ 2
How to raise a user inputted arguement to exponential power?
23rd Jun 2018, 8:23 AM
Kanishk Mewal

2 Risposte
+ 4
#include <cmath> // Defines pow.
double result = pow(5.0, 3.0); //5^3=125
23rd Jun 2018, 12:43 PM
John Wells

+ 2
thx buddy
23rd Jun 2018, 2:25 PM
Kanishk Mewal

Hai spesso domande come questa?
Impara in modo più efficiente, gratuitamente: