[Numpy-svn] r6405 - branches/coremath/numpy/core/include/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Thu Feb 19 04:17:22 EST 2009


Author: cdavid
Date: 2009-02-19 03:17:15 -0600 (Thu, 19 Feb 2009)
New Revision: 6405

Modified:
   branches/coremath/numpy/core/include/numpy/npy_math.h
Log:
Add sqrt and fabs in npymath.

Modified: branches/coremath/numpy/core/include/numpy/npy_math.h
===================================================================
--- branches/coremath/numpy/core/include/numpy/npy_math.h	2009-02-19 08:51:20 UTC (rev 6404)
+++ branches/coremath/numpy/core/include/numpy/npy_math.h	2009-02-19 09:17:15 UTC (rev 6405)
@@ -16,6 +16,8 @@
 
 double npy_exp(double x);
 double npy_log(double x);
+double npy_sqrt(double x);
+double npy_fabs(double x);
 
 double npy_expm1(double x);
 double npy_log1p(double x);




More information about the Numpy-svn mailing list