From: Borislav I. <bor...@ko...> - 2004-06-16 20:16:31
|
Hmm, I'm not sure. It seems % is the same as "remainder"... Thanks, Borislav | -----Original Message----- | From: jsc...@li... | [mailto:jsc...@li...] On Behalf | Of Ken Anderson | Sent: Wednesday, June 16, 2004 3:54 PM | To: Borislav Iordanov | Cc: jsc...@li... | Subject: Re: [Jscheme-user] Modulo function | | | Yes, its broken. For now use | > (% 0 5) | 0 | > (% 7 5) | 2 | > | At 03:33 PM 6/16/2004 -0400, Borislav Iordanov wrote: | >Hi, | > | >I noticed in Jscheme that: | > | >(modulo 0 5) => 5 | > | >Is this normal behavior? | > | >Thanks, | >Borislav | > | > | > | >------------------------------------------------------- | >This SF.Net email is sponsored by The 2004 JavaOne(SM) | Conference Learn | >from the experts at JavaOne(SM), Sun's Worldwide Java Developer | >Conference, June 28 - July 1 at the Moscone Center in San | Francisco, CA | >REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code | >NWMGYKND _______________________________________________ | >Jscheme-user mailing list | >Jsc...@li... | >https://lists.sourceforge.net/lists/listinfo/jscheme-user | | | | ------------------------------------------------------- | This SF.Net email is sponsored by The 2004 JavaOne(SM) | Conference Learn from the experts at JavaOne(SM), Sun's | Worldwide Java Developer Conference, June 28 - July 1 at the | Moscone Center in San Francisco, CA REGISTER AND SAVE! | http://java.sun.com/javaone/sf Priority | Code NWMGYKND | _______________________________________________ | Jscheme-user mailing list | Jsc...@li... | https://lists.sourceforge.net/lists/listinfo/jscheme-user | |