The Math View
The math view presents formulas as they would appear in a mathematics text. For example, the math view for the quadratic formula
(-B3 + SQRT(B3^2-4*A3*C3))/(2*A3)
employs the usual mathematical typesetting conventions for fractions, squares, and square roots.
Typesetting conventions
The math view uses the following conventions when typesetting formulas. Here, x
,
y
, and z
represent arbitrary expressions that are typeset as
, , and .
Expression | Typeset | |
---|---|---|
Product: x*y |
||
Simple fractions: x/y , (x)/y ,x/(y) , (x)/(y) |
||
Fraction in a numerator: x/y/z |
||
Simple power: x^y |
||
Power of a power: x^y^z |
||
Less than or equal to: x<=y |
||
Not equal to: x<>y |
||
Greater than or equal to: x>=y |
||
Range union: x, y |
||
Range intersection: x y |
||
ABS(x) |
||
EXP(x) |
||
INT(x) |
||
LOG10(x) |
||
PI() |
||
SQRT(x) |
Typesetting technology
MathJax is a display engine for mathematics. It takes input marked up in
MathML, TeX,
or ASCIImath, and it produces typeset output that displays
well in any browser.
Formula Forge uses MathML as its markup language.