|
| From: | Shawn Rutledge |
| Subject: | [Chicken-users] Re: mathematical oddities |
| Date: | Thu, 15 Jul 2010 00:09:20 -0700 |
> #;1> (remainder 7.3 1.2) > 0.100000000000001 > #;2> (quotient 7.3 1.2) > 6.0 > #;3> (/ 7.3 1.2) > 6.08333333333333 > #;4> (- (/ 7.3 1.2) (quotient 7.3 1.2)) > 0.083333333333333 Nevermind about that, I'm being an idiot.
| [Prev in Thread] | Current Thread | [Next in Thread] |