Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
How do I wrote floor() without boolean logic?
1
Name:
Anonymous
2006-02-19 14:55
How do I write a floor function without using boolean logic?
4
Name:
Anonymous
2006-02-20 3:17
int floor(double a)
{
(int)a;
}
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List