File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change 11# ===== Special functions from a lot of packages
2- # TODO extension to Symbolics?
3-
4- # function from SpecialFunctions.jl that are not yet registered
5- @register_symbolic SymbolicUtils. expint (nu, z)
6- @register_symbolic SymbolicUtils. gamma (x, y)
7- @register_symbolic SymbolicUtils. sinint (x)
8- @register_symbolic SymbolicUtils. cosint (x)
9- # other from SpecialFunctions.jl used:
10- # SymbolicUtils.gamma(x)
11- # SymbolicUtils.loggamma
12- # SymbolicUtils.erfi
13- # SymbolicUtils.erf
2+
3+ # function from SpecialFunctions.jl used:
4+ # SpecialFunctions.expinti(x)
5+ # SpecialFunctions.expint(nu, z)
6+ # SpecialFunctions.gamma(x, y)
7+ # SpecialFunctions.sinint(x)
8+ # SpecialFunctions.cosint(x)
9+ # SpecialFunctions.gamma(x)
10+ # SpecialFunctions.loggamma
11+ # SpecialFunctions.erfi
12+ # SpecialFunctions.erf
1413
1514using Elliptic
1615@register_symbolic Elliptic. F (phi, m) # incomplete first kind
You can’t perform that action at this time.
0 commit comments