+ 2
Hi friends, what's the power function in c++ and how to use it?!!?!
2 Antworten
+ 4
Returns a specified number raised to the specified power.
If you want more information you should read these page (I usually look for info here):
https://msdn.microsoft.com/en-us/library/system.math.pow(v=vs.110).aspx?cs-save-lang=1&cs-lang=cpp#code-snippet-1
Hope it helps 😊
+ 1
Math.pow (no1, no 2) is the function for power in C++