mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update sqrt_double.cpp
This commit is contained in:
parent
e9a0234cbe
commit
c8f11deea2
@ -25,7 +25,6 @@ double Sqrt(double x) {
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
int main() {
|
||||
double n{};
|
||||
std::cin >> n;
|
||||
|
Loading…
Reference in New Issue
Block a user