chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] IEEE float arithmetic


From: felix winkelmann
Subject: Re: [Chicken-users] IEEE float arithmetic
Date: Tue, 20 Jun 2006 08:53:39 +0200

On 6/20/06, Thomas Chust <address@hidden> wrote:

Maybe something like that could be included in the library for
completeness' sake. Or we should create an IEEE arithmetic egg (are there
more functions than / in CHICKEN that are not IEEE compliant?). But I
would really vote against modifying the behaviour of /.


Additionally, you can of course do

(condition-case (/ 1 0) (exn (exn arithmetic) "doh!"))


cheers,
felix




reply via email to

[Prev in Thread] Current Thread [Next in Thread]