[EMAIL PROTECTED] wrote:
> Even allowing for the fact that I might not be using the best use of
"to-money" and " / 100", it should still give consistent results, shouldn't
it ???

It's a problem with the encoding of floating point numbers, not REBOL. REBOL
uses floating point for money values. Try multiplying the numbers by a
thousand or a million and look for the little bits of imprecision.

To get round this, convert your number values (times 100) into integers, and
only convert to money for printing.

Andrew Martin
ICQ: 26227169
http://members.xoom.com/AndrewMartin/
-><-

Reply via email to