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 maxima to calculate with symbolic constants, they need to be prepended with a % sign.
See the Maxima documentation on Functions and Variables for Constants.
The symbolic constants should be handled as macros. See the macros.js file, and the doToken() function.
Expected behavior
Input
Output
onlyGreekName
onlyGreekSymbol
e
%e
i
%i
\gamma
%gamma
γ
\phi
%phi
ϕ
\pi
%pi
π
The text was updated successfully, but these errors were encountered:
For maxima to calculate with symbolic constants, they need to be prepended with a % sign.
See the Maxima documentation on Functions and Variables for Constants.
The symbolic constants should be handled as macros. See the macros.js file, and the doToken() function.
Expected behavior
The text was updated successfully, but these errors were encountered: