Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
using namespace std; int main() { cout << sqrt(0) << "\n"; cout << sqrt(1) << "\n"; cout << sqrt(9) << "\n"; cout << sqrt(0.64) << "\n"; cout << sqrt(-25) << "\n"; return 0; }
0
1
3
0.8
-nan