On Friday, April 5, 2002, at 10:00 AM, Rob Cozens wrote:

> I think Xtalk should follow normal programming convent and have 
> mod reject non-integer values.

The definition from Knuth's _Fundamental Algorithms_ is this:

x mod y = x - y * floor( x/y ) if y is not 0
x mod 0 = x
where x and y are real numbers

(All programmers over 40 are required to give a reverent "Ahhh" at 
the mention of this work.)

Dar Scott


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to