Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Redondeo a la décima más cercana.
Miquel_Fuster
Oct 16th, 2021
(
edited
)
435
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
⭐ FREE giftcards method 64
JavaScript | 1 sec ago | 0.18 KB
⭐ get any gift card for FREE⭐ NQ
JavaScript | 1 sec ago | 0.18 KB
⭐ get any gift card for FREE⭐ EZ
JavaScript | 2 sec ago | 0.18 KB
⭐ GET 5OO$ GIFT CARD CZ
JavaScript | 2 sec ago | 0.18 KB
EASY WAY to Make $100 in 15 Minutes5P6
JavaScript | 4 sec ago | 0.07 KB
⭐ get any gift card for C2
JavaScript | 4 sec ago | 0.18 KB
HOW I MADE $3000 IN 5 DAYS EBOOKFgE
JavaScript | 5 sec ago | 0.07 KB
Make $200 Instantly - January 2025 Secret Met...
JavaScript | 6 sec ago | 0.07 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!