|
57 | 57 | * # kind = absolute, add, arccos, arccosh, arcsin, arcsinh, arctan, arctanh, cbrt, ceil, conjugate, |
58 | 58 | copysign, cos, cosh, divide, divmod, isfinite, isinf, isnan, equal, exp, exp2, expm1, fabs, |
59 | 59 | floor, fmax, fmin, frexp, greater, greater_equal, ldexp, less, less_equal, log, log2, log10, |
60 | | - log1p, logical_and, logical_not, logical_or, logical_xor, maximum, minimum, multiply, modf, |
| 60 | + log1p, logical_and, logical_not, logical_or, logical_xor, multiply, modf, |
61 | 61 | negative, nextafter, not_equal, positive, reciprocal, remainder, rint, sign, signbit, sin, |
62 | 62 | sinh, spacing, sqrt, square, subtract, tan, tanh, trunc# |
63 | 63 | */ |
@@ -98,7 +98,7 @@ mkl_umath_@TYPE@_ldexp_long(char **args, const npy_intp *dimensions, const npy_i |
98 | 98 |
|
99 | 99 | /**begin repeat1 |
100 | 100 | * # kind = absolute, add, conjugate, divide, isfinite, isinf, isnan, equal, fmax, fmin, greater, greater_equal, |
101 | | - less, less_equal, logical_and, logical_not, logical_or, logical_xor, maximum, minimum, multiply, |
| 101 | + less, less_equal, logical_and, logical_not, logical_or, logical_xor, multiply, |
102 | 102 | not_equal, reciprocal, sign, square, subtract# |
103 | 103 | */ |
104 | 104 | MKL_UMATH_API |
|
0 commit comments