Updates:
Status: Fixed
Comment #24 on issue 1321 by [email protected]: trigonometric functions of
floating-point numbers should return floating-point numbers
http://code.google.com/p/sympy/issues/detail?id=1321
This is in (along with a fix to the Matrix dosctring).
A new issue is being opened that refers to the floating point issue
discussed here.
Just a reminder: if anyone is cutting and pasting and using S('...') to
make the expression into a sympy expression and they *don't* want the
automatic conversion to float, they can use the rational option:
h[1] >>> S('cos(.2)',rational=True)
cos(1/5)
--
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.