Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Redondeo a la décima más cercana.
Miquel_Fuster
Oct 16th, 2021
(
edited
)
457
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
Products.js
JavaScript | 4 min ago | 1.18 KB
Make $1000 15-MINUTES (BEGINNER) RV
JavaScript | 13 min ago | 0.05 KB
Lista de TV
JSON | 17 min ago | 0.96 KB
EARN $900 INSTANTLY 2025 V9
JavaScript | 29 min ago | 0.05 KB
Market.js
JavaScript | 35 min ago | 1.18 KB
EARN $900 INSTANTLY 2025 V9
JavaScript | 46 min ago | 0.05 KB
Untitled
JavaScript | 51 min ago | 1.18 KB
Products.js
JavaScript | 1 hour 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!