SubsuperscriptBox
Usage
• SubsuperscriptBox[x, y, z] is the low-level box representation for .
Notes
• SubsuperscriptBox[x, y, z] can be input as x \_ y \% z when inside \( ... \). • In StandardForm, SubsuperscriptBox[x, y, z] is interpreted on input as Power[Subscript[x, y], z]. • The baseline of SubsuperscriptBox[x, y, z] is taken to be the baseline of x. • SubsuperscriptBox[x, y, z] is usually output with y and z in a smaller font than x. • In StandardForm, explicit SubsuperscriptBox objects are output literally. You can use DisplayForm to see the display form of such objects. • New in Version 3.
|