Skip to content

Commit b90819c

Browse files
IamPhytandschmitz89
authored andcommitted
DEP: special: Remove special.btdtr and special.btdtri (#21773)
* TST: special: remove tests for special.btdtr and special.btdtri * DEP: special: remove code and references to special.btdtr and special.btdtri * DEP: special: Remove deprecating message --------- Co-authored-by: Daniel Schmitz <[email protected]>
1 parent 3ec42f5 commit b90819c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scipy/special/xsf/stats.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ inline double bdtri(double k, int n, double y) { return cephes::bdtri(k, n, y);
2222

2323
inline double bdtrc(double k, int n, double p) { return cephes::bdtrc(k, n, p); }
2424

25-
inline double btdtri(double aa, double bb, double yy0) { return cephes::incbi(aa, bb, yy0); }
26-
27-
inline double btdtr(double a, double b, double x) { return cephes::incbet(a, b, x); }
28-
2925
inline double chdtr(double df, double x) { return cephes::chdtr(df, x); }
3026

3127
inline double chdtrc(double df, double x) { return cephes::chdtrc(df, x); }

0 commit comments

Comments
 (0)