Issue 2340 in sympy: Real(1) returns Integer

2011-05-04 Thread sympy
Status: Accepted Owner: smi...@gmail.com Labels: Type-Defect Priority-Medium New issue 2340 by smi...@gmail.com: Real(1) returns Integer http://code.google.com/p/sympy/issues/detail?id=2340 Since the Real constructor is being used I would expect a Real result, regardless of input. Otherwise on

Re: Issue 2340 in sympy: Real(1) returns Integer

2012-01-24 Thread sympy
Updates: Labels: NeedsReview smichr Comment #1 on issue 2340 by smi...@gmail.com: Real(1) returns Integer http://code.google.com/p/sympy/issues/detail?id=2340 Float(1) now returns 1.00 in https://github.com/sympy/sympy/pull/1013 -- You received this message because you ar

Re: Issue 2340 in sympy: Real(1) returns Integer

2012-01-24 Thread sympy
Comment #2 on issue 2340 by smi...@gmail.com: Real(1) returns Integer http://code.google.com/p/sympy/issues/detail?id=2340 Sorry, that request is at https://github.com/sympy/sympy/pull/998. -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To po

Re: Issue 2340 in sympy: Real(1) returns Integer

2012-02-03 Thread sympy
Updates: Status: WontFix Comment #3 on issue 2340 by smi...@gmail.com: Real(1) returns Integer http://code.google.com/p/sympy/issues/detail?id=2340 To get a Float, use a string: Float('1'): Float('1') 1.00 -- You received this message because you are subscribed to the Goo