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, 684🔥, 0💬
Popular Posts:
Should I sign in to Google account after installing Google Chrome 55? When you run Google Chrome 55 ...
How to download and install SoapUI on Windows systems? Here are the steps to download and install So...
How to add a new layout to the slide master in PowerPoint? In my PowerPoint presentation, I need to ...
Where to find answers to frequently asked questions on FTP (File Transfer Protocol and related tools...
How to open firewall for the FTP command-line tool on Windows for data connections in active mode? I...