Categories:
Cloud (204)
Entertainment (11)
Facebook (43)
General (50)
Life (31)
Programming (64)
Technology (430)
Testing (4)
Tools (488)
Twitter (5)
Wearable (26)
Web Design (44)
Collections:
Other Resources:
"mo" - MathML Operator Element
How to use the MathML Operator Element: "mo"?
✍: FYIcenter.com
"mo" is the MathML Operator Element that allows you to specify a mathematical operator.
The syntax for "mo" element is:
<mo>operator</mo>
Here are some commonly used mathematical operators with MathML code examples:
Addition: +
<mn>10</mn><mo>+</mo><mn>1</mn>
Subtraction: -
<mn>10</mn><mo>-</mo><mn>1</mn>
Multiplication: ×
<mn>10</mn><mo>×</mo><mn>2</mn>
Division: ÷
<mn>10</mn><mo>÷</mo><mn>2</mn>
Invisible Addition: ⁤
<math><mn>3</mn><mo>⁤</mo><mfrac><mn>1</mn><mn>3</mn></mfrac></math>
Invisible Multiplication: ⁢
<mn>π</mn><mo>⁢</mo><mi>d</mi>
Greater Than: >
<mn>10</mn><mo>></mo><mn>2</mn>
Less Than or Equal: ≤
<mi>T</mi><mo>≤</mo><mn>0</mn>
Brackets: (), [], {}, ...
<mo>(</mo><mi>x</mi><mo>,</mo><mi>y</mi><mo>)</mo>
N-ary Summation: ∑
<math display="block"><munderover><mo>∑</mo>
<mrow><mi>i</mi><mo>=</mo><mn>0</mn></mrow>
<mi>n</mi></munderover><mi>i</mi></math>
Invisible Function Application: ⁡
<mrow><mi>f</mi><mo>⁡</mo><mrow>
<mo>(</mo><mi>x</mi><mo>)</mo></mrow></mrow>
⇒ "ms" - MathML String Element
2025-03-29, 569🔥, 0💬
Popular Posts:
Why I getting the "Error! No text of specified style in document." in Microsoft Word? You are gettin...
How to find and read log file in FileZilla Server? I have logging turned on already. For FileZilla S...
What are different versions of Microsoft PowerPoint? As of 2016, Microsoft PowerPoint has been relea...
Where to find answers to frequently asked questions on Google Chrome? I want to know how to install ...
Where to find answers to frequently asked questions in general understanding of Microsoft 365? Here ...