Skip to content

Commit

Permalink
special: complete eval_{gegenbaur|genlaguerre}and hyp1f1, and…
Browse files Browse the repository at this point in the history
… cleaner code
  • Loading branch information
jorenham committed Dec 24, 2024
1 parent e544b41 commit 721c795
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 166 deletions.
4 changes: 2 additions & 2 deletions .mypyignore
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ scipy\.special\.(_ufuncs\.)?sici
scipy\.special\.(_ufuncs\.)?shichi
scipy\.special\.(_ufuncs\.)?ellip((e|k)(inc)?|km1|rc)
scipy\.special\.(_ufuncs\.)?erf(c(inv|x)?|i(nv)?)?
scipy\.special\.(_ufuncs\.)?eval_(cheby(c|s)|hermite(norm)?|laguerre)
scipy\.special\.(_ufuncs\.)?eval_(cheby(c|s)|hermite(norm)?|(gen)?laguerre|gegenbauer)
scipy\.special\.(_ufuncs\.)?eval_(sh_)?(cheby(t|u)|legendre|jacobi)
scipy\.special\.(_ufuncs\.)?exp(10?|2|i|n|rel)
scipy\.special\.(_ufuncs\.)?(exp|log|log_exp)it
Expand All @@ -74,7 +74,7 @@ scipy\.special\.(_ufuncs\.)?xlog(1p)?y
scipy\.special\.(_ufuncs\.)?(di|log|r)?gamma
scipy\.special\.(_ufuncs\.)?gamma(incc?(inv)?|ln|sgn)?
scipy\.special\.(_ufuncs\.)?(pseudo_)?huber
scipy\.special\.(_ufuncs\.)?hyp((0|2)f1|eru)
scipy\.special\.(_ufuncs\.)?hyp((0|1|2)f1|eru)
scipy\.special\.(_ufuncs\.)?be(i|r)p?
scipy\.special\.(_ufuncs\.)?(i|k)(0|1|v)e?
scipy\.special\.(_ufuncs\.)?(mod)?struve
Expand Down
Loading

0 comments on commit 721c795

Please sign in to comment.