Add the above sentence.
For example, in C language, it can be written as follows:
# include & ltmath.h & gt
int main()
{
float a= 100,b;
b = sqrt(a);
printf("%f ",b);
Returns 0;
}