What is the implementation of floats ? Is it the traditional one with
maximum sizes for the mantisse and the exponent ?

If it is, it is not true that float are decimal or even base-2 numbers.
Why, because a fixed size of the mantisse implies some approximations.

This is not the same implementation for the Python module decimal which
keeps exact representation, if it can.

Regards.
Christophe

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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?hl=en.

Reply via email to