Posts by Aleph Zero • 65 points
1 post
-
6
votes2
answers1071
viewsQ: Show more accuracy in C++
I have this program: int main(){ double x=2; cout << sqrt(x); } I would like to show the result as accurately as possible. Thank you!
1 post
6
votes2
answers1071
viewsI have this program: int main(){ double x=2; cout << sqrt(x); } I would like to show the result as accurately as possible. Thank you!