You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The symbolic limit algorithm described here has a couple components/dependencies that are useful as standalone functionality. This issue tracks support of those components
Zero equivalence testing (is this expression equal to zero) (maybe iszero(simplify(_, expand=true))?)
Series expansion
The Gruntz limit algorithm itself
I suspect that this functionality can be (and therefore probably should be) implemented with dependence only on SymbolicUtils, not Symbolics itself and therefore defined in a separate package that Symbolics re-exports.
The text was updated successfully, but these errors were encountered:
The symbolic limit algorithm described here has a couple components/dependencies that are useful as standalone functionality. This issue tracks support of those components
iszero(simplify(_, expand=true))
?)I suspect that this functionality can be (and therefore probably should be) implemented with dependence only on SymbolicUtils, not Symbolics itself and therefore defined in a separate package that Symbolics re-exports.
The text was updated successfully, but these errors were encountered: