Comment #3 on issue 2590 by [email protected]: jn_zeros in functions/special/bessel.py should return SymPy Floats, not Python floats
http://code.google.com/p/sympy/issues/detail?id=2590
It should definitely return Float. I am not sure exactly at the moment, where this "float" is coming from ---- some functions in there should do the "sympyfication" of the arguments, but I don't think it should be done in the jn_zeros(), because that just calls jn(n, x).n(), and in the jn class (which I don't remember writing by myself btw --- did Tomo write it?) I can't see at the moment where the bug is.
But either case, yes, it should only return SymPy types, which is Float. -- 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.
