Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

why you do dis to me mod

Name: Anonymous 2011-01-08 22:28

-3 % 9 == 6
http://www.wolframalpha.com/input/?i=-3%259

but

//Java and C both do this
void main()
{
  printf("%d", -3%9);
}


outputs:
-3
 instead of 6


why?

Name: Anonymous 2011-01-09 4:44

#define abs(x) { typeof(x) _x=x; (_x<0)?-_x:_x; }
#define reminder(x,y) { abs(x)%y; }

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List