Issue 1583 in sympy: evalf doesn't evaluate arguments to functions if they have symbols

2009-08-07 Thread codesite-noreply
Status: Accepted Owner: smichr Labels: Type-Enhancement Priority-Medium New issue 1583 by smichr: evalf doesn't evaluate arguments to functions if they have symbols http://code.google.com/p/sympy/issues/detail?id=1583 Right now, somewhere in evalf arguments to functions that have symbols that

Re: Issue 1583 in sympy: evalf doesn't evaluate arguments to functions if they have symbols

2011-10-29 Thread sympy
Comment #1 on issue 1583 by smi...@gmail.com: evalf doesn't evaluate arguments to functions if they have symbols http://code.google.com/p/sympy/issues/detail?id=1583 Issue 2809 has been merged into this issue. -- You received this message because you are subscribed to the Google Groups "sym

Re: Issue 1583 in sympy: evalf doesn't evaluate arguments to functions if they have symbols

2011-10-29 Thread sympy
Comment #2 on issue 1583 by smi...@gmail.com: evalf doesn't evaluate arguments to functions if they have symbols http://code.google.com/p/sympy/issues/detail?id=1583 Issue 2809 is similar in that even (3.0*pi).n() doesn't become a number. We've made functions containing floats evaluate; we

Re: Issue 1583 in sympy: evalf doesn't evaluate arguments to functions if they have symbols

2011-11-13 Thread sympy
Updates: Labels: NeedsReview smichr Comment #3 on issue 1583 by smi...@gmail.com: evalf doesn't evaluate arguments to functions if they have symbols http://code.google.com/p/sympy/issues/detail?id=1583 with https://github.com/sympy/sympy/pull/711 >>> float((pi*x+cos(pi*x)), 3)

Re: Issue 1583 in sympy: evalf doesn't evaluate arguments to functions if they have symbols

2012-01-21 Thread sympy
Updates: Status: Fixed Comment #4 on issue 1583 by smi...@gmail.com: evalf doesn't evaluate arguments to functions if they have symbols http://code.google.com/p/sympy/issues/detail?id=1583 This is in: (pi*x+cos(pi*x)).evalf(n=3) 3.14*x + cos(pi*x) nfloat(_) 3.14111328125*x + cos(