Skip to content

Commit

Permalink
Update variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 22, 2024
1 parent 5cd30c5 commit 4bf28ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ written as `op1 ~ op2`, defines the symbolic equality between two operations.
## Types

`Sym`, `Term`, and `FnType` are from
[SymbolicUtils.jl](https://juliasymbolics.github.io/SymbolicUtils.jl/api/). Note that in
[SymbolicUtils.jl](https://symbolicutils.juliasymbolics.org/api/). Note that in
Symbolics, we always use `Sym{Real}`, `Term{Real}`, and
`FnType{Tuple{Any}, Real}`. To get the arguments of an `istree` object, use
`arguments(t::Term)`, and to get the operation, use `operation(t::Term)`.
Expand Down

0 comments on commit 4bf28ed

Please sign in to comment.