Comment #4 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
Well there is a line
root = complex(root).real
which I guess is where the float comes from. Yes I wrote all the bessel classes, but In [8]: type(jn(0.5, 0.5)) Out[8]: <class 'sympy.core.numbers.Float'> so this is not the problem. So should all methods return sympy floats, or only sympy? -- 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.
