Template:LaTeX operators

Revision as of 15:00, 30 August 2024 by ArrowHead294 (talk | contribs) (Make template for absolute value, floor, ceiling, and rounding operators in LaTeX)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[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]