Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
round
1
Name:
Anonymous
2007-05-17 11:03
ID:ewt37wAw
Prelude> round 0.5
0
Prelude> round 1.5
2
Prelude> round 2.5
2
Prelude> round 3.5
4
WHAT THE FUCK
7
Name:
Anonymous
2007-05-17 15:38
ID:3nyFrU8H
It looks like it's fracked up to me. Either your rounding should be a ceiling or floor function, but not both as it seems with round 2.5 and round 3.5 to have both features. This can be fixed in the return statement, btw.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List