Re: [sage-devel] Re: Test the "log" function in an expression for a rewrite function.

2010-10-16 Thread Burcin Erocal
Hi Francois, On Mon, 11 Oct 2010 18:12:57 +0200 Francois Maltey wrote: > // 1 // And what do you think about log ? Look at these test : > > exp(x).operator() == exp # is True, and all(?) trigonometric > functions are fine > log(x).operator() == ln # is True, yes the alias ln is better than > t

Re: [sage-devel] Re: Test the "log" function in an expression for a rewrite function.

2010-10-11 Thread Francois Maltey
Hi Burcin and Karl-Dieter, // 1 // And what do you think about log ? Look at these test : exp(x).operator() == exp # is True, and all(?) trigonometric functions are fine log(x).operator() == ln # is True, yes the alias ln is better than the log name log(x).operator() == log # is False (this