what is the use of POW() in C language?

what is the use of POW() in C language?

Jitender
Views: 440 | Community Opinion: 1

Tags..  C Language  Programing with C

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

It is a Exponential, Logarithmic and Power Functions of math.h of C Language or C++ Language

Example float b = pow( 3, 5); // Sets "b" to 3*3*3*3*3 = 243






What do you think? Add your opinion/answer
*Name
*your opinion/answer: