Skip to content

Commit

Permalink
update GSL on GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Nov 19, 2024
1 parent a2f5e21 commit d5bb4cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,10 @@ The following global options are defined. Note that all are typically formatted
- :python:`"sympy.simplify(expr)"`
- string
- For all expressions ``expr`` that are rewritten internally: the contents of this parameter string are evaluated with ``eval()`` in Python to obtain the final output expression. Override for custom expression simplification steps. Example: ``"sympy.logcombine(sympy.powsimp(sympy.expand(expr)))"``.
* - ``forbidden_names``
- :python:`["oo", "zoo", "nan", "NaN", "__h"]`
- list of strings
- For each forbidden name: emit an error if a variable or parameter by this name occurs in the input.
Output
Expand Down

0 comments on commit d5bb4cd

Please sign in to comment.