Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Redondeo a la décima más cercana.
Miquel_Fuster
Oct 16th, 2021
(
edited
)
497
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 $500 INSTANTLY U
JavaScript | 1 min ago | 0.08 KB
Make $1200 in 15 minutes R
JavaScript | 2 min ago | 0.08 KB
Make $1200 in 15 minutes 6
JavaScript | 2 min ago | 0.08 KB
2025-07-01_stats.json
JSON | 38 min ago | 2.04 KB
2025-07-01_stats.json
JSON | 40 min ago | 2.04 KB
2025-07-01_stats.json
JSON | 41 min ago | 2.03 KB
Untitled
HTML | 56 min ago | 0.09 KB
BWR - Changelog 01/07/25 🍁
Diff | 1 hour ago | 3.37 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!