summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex25
1 files changed, 24 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
index 0379372b272..0b84fbba47b 100644
--- a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
+++ b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex
@@ -295,7 +295,8 @@ num & \Lps{GAMMALN} & real & Return \Index{logarithm} of $\Gamma$ function of \t
\begin{center}
\begin{tabular}{@{} >{\sffamily}l l >{\sffamily}l l @{} }
\emph{Stack} & \emph{Operator} & \emph{Result} & \emph{Description} \\\hline
-num num /var $\lbrace$ function $\rbrace$ num & \Lps{SIMPSON} & real & Return $\displaystyle\int\limits_a^b f(t)\mathrm{d}t$
+num num /var $\lbrace$ function $\rbrace$ num & \Lps{SIMPSON} & real & Return $\displaystyle\int\limits_a^b f(t)\mathrm{d}t$\\
+num
\end{tabular}
\end{center}
@@ -449,6 +450,28 @@ nested.
\end{LTXexample}
+\section{Numerical functions}
+
+\begin{center}
+\begin{tabular}{@{} >{\sffamily}l l >{\sffamily}l l @{} }
+\emph{Stack} & \emph{Operator} & \emph{Result} & \emph{Description} \\\hline
+num & \Lps{norminv} & real & Return $\mathop{norminv}(num)$\\
+num & \Lps{vasicek} & real & Return $\mathop{vasicek}(num)$
+\end{tabular}
+\end{center}
+
+
+\begin{LTXexample}[width=5cm,wide=false]
+\psset{xunit=5}
+\begin{pspicture}(0,-3)(1,4)
+\psaxes{->}(0,0)(0,-3)(1,4)
+\psplot[plotpoints=200,algebraic,linecolor=red]{0}{0.9999}{norminv(x)}
+\psplot[plotpoints=200,algebraic,linecolor=blue]{0}{0.9999}{vasicek(x)}
+\end{pspicture}
+\end{LTXexample}
+
+
+These functions return the inverse normal and the vasicek density.
\bgroup
\raggedright