Skip to content

Commit

Permalink
Add docs for SGN function
Browse files Browse the repository at this point in the history
  • Loading branch information
jestin committed May 20, 2024
1 parent 13d1b89 commit e392646
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions appendix/basic_commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3378,6 +3378,24 @@ \subsection{RPT\$}

\subsection{SGN}

The {\ttfamily SGN} function returns the sign of a numeric value.\\

Examples:\\

\codeblock{

PRINT SGN(42)\\
1\\

PRINT SGN(-23.96)\\
-1\\

PRINT SGN(0)\\
0\\


}

<TODO>

\subsection{SIN}
Expand Down

0 comments on commit e392646

Please sign in to comment.