[Numpy-discussion] Using normal()

Rich Shepard rshepard at appl-ecosys.com
Thu Apr 24 14:49:09 EDT 2008


On Thu, 24 Apr 2008, Zachary Pincus wrote:

> I assume you 'from numpy import *'? This is why it works -- because that
> import causes the python built-in exp() to be replaced (in the current
> namespace) by numpy.exp().

   The equivalent (I think): import numpy as nx.

Rich

-- 
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863



More information about the NumPy-Discussion mailing list