Issue 3197 in sympy: ceiling gives int only sometimes

2012-03-28 Thread sympy
Status: Accepted Owner: Labels: Type-Defect Priority-Medium New issue 3197 by smi...@gmail.com: 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 t

Re: Issue 3197 in sympy: ceiling gives int only sometimes

2012-03-28 Thread sympy
Updates: Labels: Evalf Comment #1 on issue 3197 by smi...@gmail.com: ceiling gives int only sometimes http://code.google.com/p/sympy/issues/detail?id=3197 (No comment was entered for this change.) -- You received this message because you are subscribed to the Google Groups "sympy-is

Re: Issue 3197 in sympy: ceiling gives int only sometimes

2012-10-21 Thread sympy
Updates: Status: Fixed Comment #2 on issue 3197 by smi...@gmail.com: ceiling gives int only sometimes http://code.google.com/p/sympy/issues/detail?id=3197 current master gives ceiling(10*(sin(1)**2+cos(1)**2)) 10 -- You received this message because you are subscribed to the Goo