The basics of programming in c++ for beginners

pow() - Cmath function library

pow(a, b);

Функция pow() cmath library takes two parameters: a, b. The first number is a(basic) raised to the power b.

Returns the value of ab .

Execution result 23 , 53, 52 :

pow () - function of cmath library

Leave a Reply

Your email address will not be published. Required fields are marked *