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
Copy file name to clipboardExpand all lines: page/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ As their types are different:
74
74
75
75
(see [this post](https://discourse.julialang.org/t/ann-symbolicutils-jl-groundwork-for-a-symbolic-ecosystem-in-julia/38455/13?u=shashi) for why they are all not just subtypes of `Number`)
76
76
77
-
Julia automatically simplifies
77
+
SymbolicUtils automatically simplifies
78
78
79
79
```julia:creating1
80
80
2w + 3w - 3z + α
@@ -86,7 +86,7 @@ and reorders
86
86
(z + w)*(α + β)
87
87
```
88
88
89
-
expressions of `Symbolic{<:Any}` (which include `Sym{Number}` and`Sym{Real}`) when they are created. It also does constant elimination (including rational numbers)
89
+
expressions of `Symbolic{<:Number}` (which includes`Sym{Real}`) when they are created. It also does constant elimination (including rational numbers)
0 commit comments