When using MathView, the string "phi" is displayed literally instead of being converted into the Greek letter φ. eg code MathView(equation: "( phi(x, y, z) )") Actual Result ( phi(x, y, z) ) Expected Result ( φ(x, y, z) )
When using MathView, the string "phi" is displayed literally instead of being converted into the Greek letter φ.
eg code
MathView(equation: "( phi(x, y, z) )")
Actual Result
( phi(x, y, z) )
Expected Result
( φ(x, y, z) )