#include <iostream>
#include <cmath> // inclusion of library // header files
using namespace std;
int main() {
float x;
cin>>x;
cout<<sqrt(x); //library function
}
//library functions sqrt , cbrt , min, max, pow
To embed this project on your website, copy the following code and paste it into your website's HTML: