Dashboard Temp Share Shortlinks Frames API

HTMLify

Q69_Sqrt(x).c
Views: 515 | Author: djdj
1
2
3
int mySqrt(int x){
    return(pow(x,0.5));
}