Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3197 by [email protected]: ceiling gives int only sometimes
http://code.google.com/p/sympy/issues/detail?id=3197

This is ok
    >>> 10*(cos(3)**2+1)
    10*cos(3)**2 + 10
    >>> ceiling(_)
    20

But why does this fail to give 10?
    >>> 10*(sin(1)**2+cos(1)**2)
    10*cos(1)**2 + 10*sin(1)**2
    >>> ceiling(_)
    ceiling(10*cos(1)**2 + 10*sin(1)**2)

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to