Thomas Baruchel on Sun, 29 Sep 2002 18:20:26 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Precision lost in truncation |
Brest, le dimanche 29 septembre Hi, very often I want to use floor(x) in my functions. Somtimes, it's ok; sometimes, I have an error: "tuncation lost etc.". How can I avoid it ? Of course, precision is lost, but it's exactly what floor() is meant to do !!! -- '\ (define Thomas_Baruchel \ ((lambda (k) (k k)) /\ (call-with-current-continuation / \ (lambda (k) (k k))))) thomas.baruchel # libertysurf.fr