Updates:
        Labels: -EasyToFix NeedsReview smichr

Comment #3 on issue 3045 by smi...@gmail.com: float-based operations lose precision
http://code.google.com/p/sympy/issues/detail?id=3045

`float(e)` meant "applying the python function float to some arbitrary expression, e"

The `>>>` is the prompt you see in interactive mode. So the series of lines shows the input and output that you would see in an interactive session. It's a way of communicating what you mean by using an example. In that example it is seen that `int(n)` gave results that were different than two other ways of obtaining an evaluation of n.


work that can be reviewed is at https://github.com/sympy/sympy/pull/1034 , perhaps you could look that over and see if the changes make sense or see if you see any logical mistakes there.

--
You received this message because you are subscribed to the Google Groups 
"sympy-patches" group.
To post to this group, send email to sympy-patches@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-patches+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-patches?hl=en.

Reply via email to