There is currently a big bug:

```
In [1]: e = 1e-100

In [2]: e                                                                      
Out[2]: 0
```

The reason being (by looking into ipython history):
```

In [1]: e =Integer (1e-100 )

In [2]: e                                                                      
Out[2]: 0
```

This bit me today...

---
Reply to this email directly or view it on GitHub:
https://github.com/sympy/sympy/pull/1470#issuecomment-7599084

-- 
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 https://groups.google.com/groups/opt_out.


Reply via email to