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, 369🔥, 0💬
Popular Posts:
Where to find answers to frequently asked questions on Microsoft PowerPoint? I want to know how to c...
How to create a command button to run my macro in slide show in PowerPoint? I have created a macro t...
Why am I getting the "Spawn Failed: Server at http://127.0.0.1:47353/u ser/fyicenter/didn't respond ...
How to test I/O performance on INTEL SSDPEKKF256G8L SSD (Solid State Disk) with SQLIO? INTEL SSDPEKK...
How to create two columns in Microsoft Word documents? If you want to make a part of a Word document...