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
For display formulas can use "MTEditableMathLabel" but how can I get it's result ?
for example if I enter label.mathList.stringValue 5^{2}, how can I get it's output.. Please help me out with suitable sample if possible. @kostub
The text was updated successfully, but these errors were encountered:
If you are using Swift, you can do - MTMathListBuilder.mathList(toString: uiView.mathList) where uiView is your MTEditableMathLabel.
Have you been able to prefill the editor with a math formula? I want to have a placeholder to show a formula example but can't seem to figure out how. @kostub
Thanks, @uguess-tamrakar . But using this "MTMathListBuilder.mathList(toString: uiView.mathList)" I am not getting result of calculation.
Do you know how can I get calculation result of this?
Thanks, @uguess-tamrakar . But using this "MTMathListBuilder.mathList(toString: uiView.mathList)" I am not getting result of calculation. Do you know how can I get calculation result of this?
Huh, it seem you can use a AI API like ChatGPT or build math solver your own
For display formulas can use "MTEditableMathLabel" but how can I get it's result ?
for example if I enter label.mathList.stringValue 5^{2}, how can I get it's output.. Please help me out with suitable sample if possible.
@kostub
The text was updated successfully, but these errors were encountered: