Template:LaTeX operators: Difference between revisions
ArrowHead294 (talk | contribs) Make template for absolute value, floor, ceiling, and rounding operators in LaTeX |
ArrowHead294 (talk | contribs) mNo edit summary |
||
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<span style="display: none;"><math> | {{texchars}}<span style="display: none;"><math> | ||
\def\abs#1{\left|{#1}\right|} | \def\abs#1{\left|{#1}\right|} | ||
\def\norm#1{\left\|{#1}\right\|} | |||
\def\floor#1{\left\lfloor{#1}\right\rfloor} | \def\floor#1{\left\lfloor{#1}\right\rfloor} | ||
\def\ceil#1{\left\lceil{#1}\right\rceil} | \def\ceil#1{\left\lceil{#1}\right\rceil} | ||
\def\round#1{\left\lceil{#1}\right\rfloor} | \def\round#1{\left\lceil{#1}\right\rfloor} | ||
\def\rround#1{\left\lfloor{#1}\right\rceil} | \def\rround#1{\left\lfloor{#1}\right\rceil} | ||
</math></span> | </math></span><noinclude> | ||
{{documentation}} | |||
[[Category:LaTeX templates]] | |||
</noinclude> | |||