We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa08d5 commit 816058eCopy full SHA for 816058e
docs/specs/source_math.tex
@@ -13,5 +13,7 @@ \subsection*{MATH Library}
13
\item \verb#math_sqrt#\texttt{(n)}: \textit{primitive}, returns the square root of the \emph{number} \texttt{n}.
14
\end{itemize}
15
16
-All functions can be assumed to run in $O(1)$ time and are considered
17
-\textit{primitive}.
+All math functions can be assumed to run in $O(1)$ time and are considered
+\textit{primitive}. All math functions expect numbers as arguments and return numbers.
18
+We don't specify the behavior of a math function when some arguments are
19
+not numbers.
0 commit comments