47 lines
1.2 KiB
HTML
47 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8"/>
|
|
<title><semantics> - mozilla bug 512418</title>
|
|
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=512418">
|
|
<link rel="help" href="https://w3c.github.io/mathml-core/#semantics-and-presentation">
|
|
<link rel="match" href="semantics-004-ref.html">
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
<meta name="assert" content="The semantics element shouldn't add space around it.">
|
|
<style>
|
|
math, p {
|
|
font: 25px Ahem;
|
|
}
|
|
</style>
|
|
<p>
|
|
XpXpXp<math xmlns="http://www.w3.org/1998/Math/MathML">
|
|
<semantics>
|
|
<mrow>
|
|
<mrow>
|
|
<mo>lcm</mo>
|
|
<mo>(</mo>
|
|
<mn>a</mn>
|
|
<mo>,</mo>
|
|
<mn>b</mn>
|
|
<mo>)</mo>
|
|
</mrow>
|
|
<mo>=</mo>
|
|
<mfrac>
|
|
<mrow>
|
|
<mo>(</mo>
|
|
<mn>a</mn>
|
|
<mo>⁢</mo>
|
|
<mn>b</mn>
|
|
<mo>)</mo>
|
|
</mrow>
|
|
<mrow>
|
|
<mo>gcd</mo>
|
|
<mo>(</mo>
|
|
<mn>a</mn>
|
|
<mo>,</mo>
|
|
<mn>b</mn>
|
|
<mo>)</mo>
|
|
</mrow>
|
|
</mfrac>
|
|
</mrow>
|
|
</semantics>
|
|
</math>XpXpXp
|
|
</p>
|