pow

  1. P

    C/C++ Programming

    Related to pow() function in C/C++. The Syntax is : pow(x,y). If the y part of the function is a fraction it gives an error. What should be the Syntax for such a function that there is no error?
Top Bottom