Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
#include
#include
int main() { printf("%f\n", round(0.60)); printf("%f\n", round(0.40)); printf("%f\n", round(5)); printf("%f\n", round(5.1)); printf("%f\n", round(-5.1)); printf("%f\n", round(-5.9)); return 0; }
1.000000
0.000000
5.000000
5.000000
-5.000000
-6.000000