Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Gentlemen, behold
1
Name:
Anonymous
2008-02-18 13:15
float fact(float x)
{
if x (<= 2)
return x;
else return x * (fact x--);
}
16
Name:
Anonymous
2008-02-18 18:02
unsigned int fact(int x)
{
return x * ((fact x--) * (x>2)+1*(x<=2));
}
One-calculus way.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List