Math: Difference between revisions

From Burton Tech. Points Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
= Command math commands ==
= Command math commands ==


Superscript: <syntaxhighlight lang="html5" inline><math>x^{superscript}</math></syntaxhighlight>
Superscript: <syntaxhighlight lang="html5" inline><math>x^{5+y}</math></syntaxhighlight> rendered: <math>x^{5+y}</math>


<math>
<math>

Revision as of 15:20, 25 August 2022

Basics[edit]

To render any math equation, the math equation must be between <math></math> i.e., <math>f(x)=x^2</math> gives .

Command math commands =[edit]

Superscript: <math>x^{5+y}</math> rendered:


123