SymbolicUtils.jl icon indicating copy to clipboard operation
SymbolicUtils.jl copied to clipboard

Symbolic expressions, rewriting and simplification

Results 175 SymbolicUtils.jl issues
Sort by recently updated
recently updated
newest added

This pull request changes the compat entry for the `TermInterface` package from `0.4` to `0.4, 1`. This keeps the compat entries for earlier versions. Note: I have not tested your...

This pull request changes the compat entry for the `TermInterface` package from `0.4` to `0.4, 0.5`. This keeps the compat entries for earlier versions. Note: I have not tested your...

I have any array of equations created by some other symbolic code, and it breaks when I try to substitute the value 1.0 for the rhs of an equation. I...

This PR removes redundant call to `_name_type` within the `@syms` macro definition.

The CI methodology in this package is severely out of date compared to what the rest of SciML is doing. This PR starts bringing the CI up to date. Likely...