How do I have to implement the following comparison?
\documentclass{scrartcl}
\usepackage{etoolbox}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\pgfmathparse{sin(60)}
\let\x=\pgfmathresult
\ifnumgreater{\x}{0}{}{}
\end{tikzpicture}
\end{document}
Missing = inserted for \ifnum– Jürgen Apr 18 '18 at 11:30\ifnumonly works on whole numbers. – TeXnician Apr 18 '18 at 11:33