[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: numerator? denominator?



On Fri, Feb 04, 2000 at 09:31:07PM -0500, Nils Barth wrote:
> Thanks George!

BTW: I saw you in the libs calculating mod by using the '/' operator.  But
there is in fact a '%' operator that calculates mod.  The 'mod' operator did
modular math on a full expression.  I dunno how soon I'll implement it again,
there are some issues with it and the precalculation of constants.

George