RE: How to use square root in c programming?
I was trying to use square root in c programming but I have failed. So I want to know How to use square root in c programming?
Can anyone help me?
In C programming language, the sqrt function returns the square root of x. The syntax for the sqrt function in C programming language is
double sqrt(double x);