chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Bug in numbers egg -- log function


From: Peter Bex
Subject: Re: [Chicken-users] Bug in numbers egg -- log function
Date: Tue, 10 Jan 2012 22:13:14 +0100
User-agent: Mutt/1.4.2.3i

On Tue, Jan 10, 2012 at 03:36:04AM +0100, Alexander Shendi wrote:
> Dear Chicken users,
> 
> I have encounterd what seems to be a bug in the numbers egg. The problem
> occurs when I evaluate "(log 297.0+0.1i)".

Please try the attached patch (or numbers trunk, as of r25802).

#;1> (use numbers)
#;2> (log 297.0+0.1i)
5.69373219548625+0.000336700323976755i

Cheers,
Peter
-- 
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
 is especially attractive, not only because it can be economically
 and scientifically rewarding, but also because it can be an aesthetic
 experience much like composing poetry or music."
                                                        -- Donald Knuth

Attachment: complex-log.patch
Description: Text document


reply via email to

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