diff options
author | Norbert Preining <preining@logic.at> | 2014-07-31 12:39:05 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2014-07-31 12:39:05 +0000 |
commit | a28ea11a38e0166d492eebfa724103ec32f21cd6 (patch) | |
tree | 9d88e09d6a20d640b34a1e9f548f50cf95e2bac7 /Master/texmf-dist/doc/generic/pst-math | |
parent | 521e1da4472a1ab26f9ea75257014e29d19f502b (diff) |
pst-math (31Jul)
git-svn-id: svn://tug.org/texlive/trunk@34786 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/pst-math')
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/Changes | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf | bin | 201046 -> 208365 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/pst-math/pst-math-doc.tex | 14 |
3 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-math/Changes b/Master/texmf-dist/doc/generic/pst-math/Changes index 7e4617fabe8..14b9fe45432 100644 --- a/Master/texmf-dist/doc/generic/pst-math/Changes +++ b/Master/texmf-dist/doc/generic/pst-math/Changes @@ -1,4 +1,5 @@ ..... pst-math.pro +0.63 2014-07-30 - added the arc secans functions 0.61 2010-10-02 - moved vasicek into pst-func to make the probability available as parameter 0.6 2010-09-29 - added the inverse normal function @@ -12,6 +13,3 @@ ..... pst-math.sty - -..... pst-math.tex -0.23 2009-08-27 define \pstPi# on TeX level diff --git a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf Binary files differindex 52313f6a5f0..f477e992aa9 100644 --- a/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf +++ b/Master/texmf-dist/doc/generic/pst-math/pst-math-doc.pdf 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 d5f1f1c4330..6e8b69f283d 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 @@ -118,7 +118,9 @@ operators \Lps{ACOS}, \Lps{ASIN} and \Lps{ATAN} defined by \emph{Stack} & \emph{Operator} & \emph{Result} & \emph{Description} \\\hline num & \Lps{ACOS} & angle & Return \Index{arccosine} of \textsf{num} in radians \\ num & \Lps{ASIN} & angle & Return \Index{arcsine} of \textsf{num} in radians \\ -num & \Lps{ATAN} & angle & Return \Index{arctangent} of \textsf{num} in radians \\\hline +num & \Lps{ATAN} & angle & Return \Index{arctangent} of \textsf{num} in radians \\ +num & \Lps{ASEC} & angle & Return \Index{arcsecans} of \textsf{num} in radians \\ +num & \Lps{ACSC} & angle & Return \Index{arccosecans} of \textsf{num} in radians \\\hline \end{tabular} \end{center} @@ -134,11 +136,17 @@ argument on the stack. \psaxes[labels=x,Dy=\pstPI2]{->}(0,0)(-5,-2)(5,4) \uput[0](!0 PI){$\pi$} \uput[0](!0 PI 2 div){$\frac{\pi}2$} \uput[0](!0 PI 2 div neg){$-\frac{\pi}2$} -\psplot[linewidth=1.5pt,linecolor=blue]{-1}{1}{x ACOS} \psplot[linecolor=red]{-1}{1}{x ASIN} -\psplot[linewidth=1.5pt,linecolor=green]{-5}{5}{x ATAN} +\psset{linewidth=1.5pt,yMaxValue=4} +\psplot[linecolor=blue]{-1}{1}{x ACOS} \psplot[linecolor=red]{-1}{1}{x ASIN} +\psplot[linecolor=green]{-5}{5}{x ATAN} +\psplot[linestyle=dashed,linecolor=cyan,arrows=-*]{-5}{-1}{x ASEC} +\psplot[linestyle=dashed,linecolor=cyan,arrows=*-]{1}{5}{x ASEC} +\psplot[linestyle=dashed,linecolor=magenta,arrows=-*]{-5}{-1}{x ACSC} +\psplot[linestyle=dashed,linecolor=magenta,arrows=*-]{1}{5}{x ACSC} \end{pspicture} \end{LTXexample} +\clearpage \section{Hyperbolic trigonometry} \LPack{pst-math} introduces hyperbolic trigonometric postscript operators |