]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-complex.tex
mjo-complex.tex: new file with a \compconj (complex conjugate) command.
[mjotex.git] / mjo-complex.tex
diff --git a/mjo-complex.tex b/mjo-complex.tex
new file mode 100644 (file)
index 0000000..23d440f
--- /dev/null
@@ -0,0 +1,4 @@
+% Operations used when dealing with complex numbers.
+
+% The complex conjugate of its argument.
+\providecommand*{\compconj}[1]{ \overline{#1} }