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 cd19d92 commit 9d2bd9dCopy full SHA for 9d2bd9d
src/utils.jl
@@ -47,7 +47,7 @@ function parse_constraint(ref)
47
elseif ref isa ConstraintRef
48
ref_obj = constraint_object(ref)
49
ref_str = string(ref_obj.func)
50
- ref_func = replace(ref_str, " " => "") #remove spaces
+ ref_func = replace(ref_str, " " => "", "²" => "^2") #remove spaces
51
ref_type = fieldnames(typeof(ref_obj.set))[1]
52
ref_rhs = normalized_rhs(ref)
53
end
0 commit comments