The most numerous elements in any MathML expression you write are almost certainly going to be the 'token' elements, three of which we saw above:
The use of these elements should be fairly self-evident, but here's an example to highlight a couple of subtelties:
|
|
The first point here is that symbols such as the imaginary number (ⅈ), or pi (π), are deemed identifiers not numbers, even though they may represent specific numerical values. The second point is that negatives should be applied to numbers as operators and not be included in the <mn> element.
You may also find use for the <mtext> element:
|
|