[Matrix-SIG] Additional Ufuncts

Ivan Frohne frohne@alaska.net
Tue, 30 Mar 1999 15:22:54 -0900


Although unmentioned in either the Numeric
Reference or the new (and very readable) tutorial
"Numerical Python," I found the following ufuncs:

ceil(x)
floor(x)
fabs(x)
fmod(x, y)
left_shift(i, count)
right_shift(i, count)
hypot(x)

in the Numeric module.

The ones I tried worked as expected on Numeric arrays.

--Ivan Frohne