[Numpy-discussion] confusion about min/max

mark markbak at gmail.com
Tue Sep 18 06:33:29 EDT 2007


Hello -

When I am doing

from numpy import *

It does not import the min() function,

but when I do

from numpy import min

it does import the min() function

Does that make sense? I know, I should probably use a.min() rather
than min(a), but why does min() not get imported on an import * ?

Thanks, Mark




More information about the NumPy-Discussion mailing list