Changes

Jump to navigation Jump to search
== Scipy ==
Watch how python code <tt> z = x*np.exp(-x**2-y**2) </tt>
is translated in <tt> z = x.__mul__( np.exp( (x.__pow__(2).__add__(y.__pow__(2))).__neg__() ) )</tt>
 
 
{| class="wikitable"
|-

Navigation menu