From 61216a22966f9d421eff1c380569819cee866335 Mon Sep 17 00:00:00 2001 From: Brad Arant Date: Mon, 24 Nov 2025 13:50:27 -0800 Subject: [PATCH] Some docuemtation updats. --- docs/JetCore.tex | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/JetCore.tex b/docs/JetCore.tex index e6374de..af8750c 100644 --- a/docs/JetCore.tex +++ b/docs/JetCore.tex @@ -172,6 +172,8 @@ operators, as follows: \subsection{abs} +Returns the absolute value of the given parameter. + \subsection{acos} Returns to arc-cosine of the given parameter. @@ -182,10 +184,20 @@ Returns to arc-cosine of the given parameter. \subsection{cos} +\subsection{floor} + +\subsection{ceil} + \subsection{max} +Returns the greatest value item from a list of comma seperated values in a +list. + \subsection{min} +Returns the least value item from a list of comma seperated values in +a list. + \subsection{pow} \subsection{random} @@ -200,7 +212,7 @@ String functions are provided to accelerate the building and parsing of strings \subsection{concat} -The concat tag is used to assemble a string by concatenating one or more values to formulate the resulting string. +The concat function is used to assemble a string by concatenating one or more values to formulate the resulting string. @@ -208,6 +220,12 @@ The concat tag is used to assemble a string by concatenating one or more values \subsection{left} +Use the left function to return the number of characters specified in +the second parameter from the parameter passed as the first parameter. + +If the number of characters to return is greater than the length of +the forst parameter then the entire parameter is returned. + \subsection{reverse} \subsection{right}