On Saturday, August 27, 2016 at 7:05:28 AM UTC+2, Jori Mäntysalo wrote:
>
> But shouldn't it work in any case? I.e. comparison of log(a+b*c^2...) to 
> some number should work when a,b,c... are sage Integers. 
>

log(integer) will not be expanded numerically except for log(0) and log(1).
If you want it expanded, either give a float argument, eg log(2.), or
append n().

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to