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, 552🔥, 0💬
Popular Posts:
How to test I/O performance on INTEL SSDPEKKF256G8L SSD (Solid State Disk) with SQLIO? INTEL SSDPEKK...
Where does Mozilla Firefox 2 store download files? When you download files from Websites, Mozilla Fi...
Why I am getting the "run or save ChromeSetup.exe" pop up box when trying to install Google Chrome 3...
How to login to outlook.office365.com with a Browser? I have a company email account on Office365. I...
Where are Microsoft Teams files located on my Windows 7 system? If you have Microsoft Teams desktop ...