Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac075b2

Browse files
committed
MAINT: npy_a(exp,log,sqrt,fabs) don't really exist.
1 parent be42cae commit ac075b2

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

numpy/core/include/numpy/npy_math.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ double npy_tanh(double x);
118118
double npy_asin(double x);
119119
double npy_acos(double x);
120120
double npy_atan(double x);
121-
double npy_aexp(double x);
122-
double npy_alog(double x);
123-
double npy_asqrt(double x);
124-
double npy_afabs(double x);
125121

126122
double npy_log(double x);
127123
double npy_log10(double x);

0 commit comments

Comments
 (0)