axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] [Q&A][2004-02-04] Current bug status


From: Camm Maguire
Subject: Re: [Axiom-developer] [Q&A][2004-02-04] Current bug status
Date: 05 Feb 2004 11:35:36 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!

David MENTRE <address@hidden> writes:

> 4565  3 - Ordinary    Open    log10 in GCL returns a bad value for 
> log10(1000) 

I know this one has been discussed before, and I thought Tim had some
workaround, but if not can't we just do this?

(defun ilog10 (x) (multiple-value-bind (x y) (round (log x 10)) x))

ILOG10

>(ilog10 1000)

3

>

Take care,
-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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