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:21

0]=> racket
Welcome to Racket v5.0.2.
(modulo -3 9)
6
(remainder -3 9)
-3

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