Template:LaTeX operators: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
ArrowHead294 (talk | contribs)
mNo edit summary
ArrowHead294 (talk | contribs)
mNo edit summary
Line 7: Line 7:
</math></span><noinclude>
</math></span><noinclude>
This template allows easy typesetting of the floor, ceiling, and rounding functions in LaTeX.
This template allows easy typesetting of the floor, ceiling, and rounding functions in LaTeX.
{{Shortcut|texops}}


{{doc}}
{{doc}}

Revision as of 14:17, 3 September 2024

[math]\displaystyle{ \def\abs#1{\left|{#1}\right|} \def\floor#1{\left\lfloor{#1}\right\rfloor} \def\ceil#1{\left\lceil{#1}\right\rceil} \def\round#1{\left\lceil{#1}\right\rfloor} \def\rround#1{\left\lfloor{#1}\right\rceil} }[/math] This template allows easy typesetting of the floor, ceiling, and rounding functions in LaTeX.

📝Note: You can use {{texops}} as a shortcut.

Template:Doc