Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Redondeo a la décima más cercana.
Miquel_Fuster
Oct 16th, 2021
(
edited
)
463
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
Leaked Accounts - Fresh Hits
JavaScript | 6 min ago | 0.05 KB
Make $1000 15-MINUTES (BEGINNER) ME
JavaScript | 8 min ago | 0.05 KB
Products.js
JavaScript | 14 min ago | 1.18 KB
Make $1000 15-MINUTES (BEGINNER) 96
JavaScript | 18 min ago | 0.05 KB
Chaturbate with Tokens
JavaScript | 22 min ago | 0.05 KB
Untitled
HTML | 25 min ago | 0.37 KB
EARN $900 INSTANTLY 2025⭐ NU
JavaScript | 27 min ago | 0.05 KB
Order.js
JavaScript | 29 min ago | 1.18 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!