On 22 Feb, 14:20, christian schulze <xcr...@googlemail.com> wrote:
> Hey guys,
>
> I just found out, how much Python fails on simple math. I checked a
> simple equation for a friend.

Python does not fail. Floating point arithmetics and numerical
approximations will do this. If you need symbolic maths, consider
using the sympy package. If you want to prove it to yourself, try the
same thing numerically with Matlab first, and then symbolically with
Maple or Mathematica.

Sturla

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to