[Numpy-discussion] performing operations in-place in numpy

Robert Kern robert.kern at gmail.com
Wed Jul 8 18:12:25 EDT 2009


On Wed, Jul 8, 2009 at 17:10, Citi, Luca<lciti at essex.ac.uk> wrote:
> @Charles R Harris
>
>>> For example 'sqrt(a**2 + b**2)' can be performed...
>> I think this particular function is already available as a ufunc.
>
> I am not sure it is implemented as ufunc.

hypot(a, b)

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list