Code: Select all
\usepackage{fp}
\usetikzlibrary{math, fixedpointarithmetic}
\begin{tikzpicture} [fixed point arithmetic]
\tikzmath {
\j=(-1)^0;
};
\end{tikzpicture}
I realize I'm straining the TikZ system with the Math in this program I'm trying to write but what is going on here??
Thanks!
-Dan
Addendum: Sorry folks! I'm doing something wrong with the \usepackage{fp} line, I think. How do I add that to the preamble on this site?