Bug#545105: log(x) is natural log in maxima!

2009-10-28 Thread Frank S. Thomas
Hi Andres,

On Tuesday 27 October 2009 05:59:02 Andres Cimmarusti wrote:
> The definition ln(x) has never existed in Maxima. This is not a wxmaxima or
> maxima problem. This should not block the upgrade to maxima 5.19.2

The bug reported against wxMaxima does not block the upgrade of Maxima, but 
that Maxima in Debian is still at 5.17 hinders that this bug gets fixed in 
wxMaxima. Also #545105 is not about ln(x) being not defined in Maxima.

552280 is NOT blocked by 545105, but 
545105 is blocked by 552280

Cheers
-- 
Frank S. ThomasPGP public key ID: 0xDC426429
Debian Developerfinger fst/k...@db.debian.org



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#545105: log(x) is natural log in maxima!

2009-10-27 Thread Andres Cimmarusti
>From the maxima help:

Function: log (x)
Represents the natural (base e) logarithm of x.
Maxima does not have a built-in function for the base 10 logarithm or other
bases. log10(x) := log(x) / log(10) is a useful definition.

The definition ln(x) has never existed in Maxima. This is not a wxmaxima or
maxima problem. This should not block the upgrade to maxima 5.19.2
If you do: wxplot2d(log(x),[x,0,50]); you get no errors.

Andres