We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b00f7 commit 761d1e9Copy full SHA for 761d1e9
README.md
@@ -34,6 +34,8 @@ julia> using Pkg; Pkg.add("SymbolicUtils")
34
```julia
35
julia> using SymbolicUtils
36
37
+julia> SymbolicUtils.show_simplified[] = true
38
+
39
julia> @syms x::Real y::Real z::Complex f(::Number)::Real
40
(x, y, z, f(::Number)::Real)
41
0 commit comments