HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
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
));
}
Run >
Plaintext
Java
Python
Node
Share this file:
Copy
Short Link
View Raw
Download File
(45 B)
Embed Code
Clone