#include<stdio.h> #include<math.h> int main() { printf("%f\n", sqrt(36.0)); return 0; }
Declaration Syntax: double sqrt(double x) calculates and return the positive square root of the given number.
Comments
There are no comments.Copyright ©CuriousTab. All rights reserved.