Commit 28b5916
committed
feat(calculus): Add limit(expr, v, a) syntax
Implements the limit(expr, variable, value) positional syntax
to allow limits with respect to indexed variables or other
variables not usable as keyword arguments.
Also, Updates documentation and adds doctests for the new syntax
and associated error handling. Ensures code coverage for
the new argument parsing.
Fixes #387611 parent 8a8453f commit 28b5916
1 file changed
+286
-68
lines changed
0 commit comments