I'm using a mfenced with the floor operators around a fraction (mfrac) and the operator isn't stretching to the full height of the fraction. It aligns properly with the baseline of the fraction but doesn't stretch to the full height. The result is something that isn't mathematically correct as it looks like the floor operator only applies to the denominator.
Any advice on how to fix this would be greatly appreciated.
I have this MathML:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mi>s</mi>
<mo>=</mo>
<mfenced open="⌊" close="⌋">
<mfrac>
<msup>
<mi>λ</mi>
<mo>'</mo>
</msup>
<msub>
<mi>λ</mi>
<mi>s</mi>
</msub>
</mfrac>
</mfenced>
<mfenced open="⌊" close="⌋">
<mfrac>
<mn>360</mn>
<msub>
<mi>ϕ</mi>
<mi>s</mi>
</msub>
</mfrac>
</mfenced>
<mo>+</mo>
<mfenced open="⌊" close="⌋">
<mfrac>
<msup>
<mi>ϕ</mi>
<mo>'</mo>
</msup>
<msub>
<mi>ϕ</mi>
<mi>s</mi>
</msub>
</mfrac>
</mfenced>
<mo>+</mo>
<mn>1</mn>
</math>
Any advice on how to fix this would be greatly appreciated.
I have this MathML:
<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
<mi>s</mi>
<mo>=</mo>
<mfenced open="⌊" close="⌋">
<mfrac>
<msup>
<mi>λ</mi>
<mo>'</mo>
</msup>
<msub>
<mi>λ</mi>
<mi>s</mi>
</msub>
</mfrac>
</mfenced>
<mfenced open="⌊" close="⌋">
<mfrac>
<mn>360</mn>
<msub>
<mi>ϕ</mi>
<mi>s</mi>
</msub>
</mfrac>
</mfenced>
<mo>+</mo>
<mfenced open="⌊" close="⌋">
<mfrac>
<msup>
<mi>ϕ</mi>
<mo>'</mo>
</msup>
<msub>
<mi>ϕ</mi>
<mi>s</mi>
</msub>
</mfrac>
</mfenced>
<mo>+</mo>
<mn>1</mn>
</math>