Skip to content

Commit

Permalink
special: complete the (last) ellipj ufunc
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Dec 24, 2024
1 parent 4756efc commit a991b68
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .mypyignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ scipy\.special\.(_ufuncs\.)?(cos|sin|tan|cot)dg
scipy\.special\.(_ufuncs\.)?(cos|pow|exp)m1
scipy\.special\.(_ufuncs\.)?sici
scipy\.special\.(_ufuncs\.)?shichi
scipy\.special\.(_ufuncs\.)?ellip((e|k)(inc)?|km1|r(c|d|f|g|j))
scipy\.special\.(_ufuncs\.)?ellip((e|k)(inc)?|km1|r(c|d|f|g|j)|j)
scipy\.special\.(_ufuncs\.)?erf(c(inv|x)?|i(nv)?)?
scipy\.special\.(_ufuncs\.)?eval_(cheby(c|s)|hermite(norm)?|(gen)?laguerre|gegenbauer)
scipy\.special\.(_ufuncs\.)?eval_(sh_)?(cheby(t|u)|legendre|jacobi)
Expand Down
Loading

0 comments on commit a991b68

Please sign in to comment.