Math
Revision as of 15:29, 25 August 2022 by Dvaezazizi@laalliance.org (talk | contribs)
Basics
To render any math equation, the math equation must be between <math></math>
i.e., <math>f(x)=x^2</math>
gives .
Common math commands
Superscript & Subscript
Superscript: <math>x^{5+y}</math>
gives
Subscript: <math>x_{5+t}</math>
gives
Both at the same time: <math>x_{5+t}^{5+y}</math>
gives
Fractions & Radicals
Fractions: <math>\frac{numerator}{denominator}</math>
gives
Square root: <math>\sqrt{x+1}</math>
gives
General Radical: <math>$\sqrt[3]{64}=4</math>
gives
123