Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Redondeo a la décima más cercana.
Miquel_Fuster
Oct 16th, 2021
(
edited
)
526
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
#include <math.h>
int
main
(
)
{
float
f
=
4.45
;
printf
(
"%f
\n
"
,
f
)
;
f
=
round
(
f
*
10
)
/
10
;
printf
(
"%f
\n
"
,
f
)
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 8 sec ago | 0.06 KB
Swapzone Glitch ✅ Working
JavaScript | 11 sec ago | 0.25 KB
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 19 sec ago | 0.06 KB
✅ MAKE $2000 INSTANTLY
JavaScript | 20 sec ago | 0.25 KB
✅ Swapzone Profit Method
JavaScript | 23 sec ago | 0.25 KB
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 32 sec ago | 0.25 KB
✅ Profit Method
JavaScript | 35 sec ago | 0.25 KB
✅ MAKE $2500 IN 15 MIN
JavaScript | 44 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!