diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-03 23:05:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-03 23:05:24 +0000 |
commit | 2f9ee80b6a23be81d9a49efefff1de8bfc16c346 (patch) | |
tree | b9534f77535365006903b87fb50f5c49e48ea33b /Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex | |
parent | 8e1c34b93f569a1cc946585835222762a0b3baf1 (diff) |
pst-math 0.61 (2oct10)
git-svn-id: svn://tug.org/texlive/trunk@19987 c570f23f-e606-0410-a88d-b1316a301751
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.tex | 10 |
1 files changed, 5 insertions, 5 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 0b84fbba47b..d5f1f1c4330 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 @@ -450,28 +450,28 @@ nested. \end{LTXexample} +\clearpage + \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) +\begin{pspicture}(-0.1,-3)(1.1,4) +\psaxes{->}(0,0)(0,-3)(1.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. +These function returns the inverse normal. \bgroup \raggedright |