Skip to content

Commit

Permalink
Renew \gcd command
Browse files Browse the repository at this point in the history
  • Loading branch information
Herbstein authored and SSoelvsten committed Sep 18, 2020
1 parent b158cf9 commit 3dcc488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions preamble/math_macros_functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
\newcommand{\sgn}[1]{\text{sgn} \left( #1 \right)} % \sgn{arg} sgn(arg)
\newcommand{\adj}[1]{\text{adj} \left( #1 \right)} % \adj{arg} adj(arg)
\newcommand{\ord}[1]{\text{ord} \left( #1 \right)} % \ord{arg} ord(arg)
\renewcommand{\gcd}[2]{\text{gcd}\left( #1, #2 \right)} % \gcd{arg1}{arg2} gcd(arg1, arg2)

\newcommand{\tuple}[1]{\left\langle #1 \right\rangle} % \tuple{arg} <arg>
\newcommand{\abs}[1]{\left\lvert #1 \right\rvert} % \abs{arg} absolute/modulo of value
Expand Down

0 comments on commit 3dcc488

Please sign in to comment.