0
what is Pow method?
Console.WriteLine(Math.Pow(2, 3)); //Outputs 8 what is that "Pow" method? thank for answer
3 odpowiedzi
+ 9
Power. (Pow(x,3) = x*x*x)
+ 1
thanks!!!
0
pow stand for power.
Console.WriteLine(Math.Pow(2, 3)); //Outputs 8 what is that "Pow" method? thank for answer