Skip to content

Commit 3ec42f5

Browse files
committed
ENH: special: Extend Riemann Zeta function to complex inputs (#21744)
* ENH: special: Extend Riemann Zeta function to complex inputs
1 parent e30c30e commit 3ec42f5

File tree

2 files changed

+388
-0
lines changed

2 files changed

+388
-0
lines changed

scipy/special/xsf/numpy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ namespace numpy {
176176
using ld_d = double (*)(long int, double);
177177
using lF_F = cfloat (*)(long int, cfloat);
178178
using lD_D = cdouble (*)(long int, cdouble);
179+
using Dd_D = cdouble (*) (cdouble, double);
180+
using Ff_F = cfloat (*) (cfloat, float);
179181

180182
// autodiff, 2 inputs, 1 output
181183
using autodiff0_if_f = autodiff0_float (*)(int, autodiff0_float);

0 commit comments

Comments
 (0)