diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-28 00:19:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-28 00:19:11 +0000 |
commit | 74d0d62d32d4a9d1ce1959eff0e82ffc055e1b56 (patch) | |
tree | bf1770056c676b49d3ed4c33ab633d45df599b6b /Master/texmf-dist/dvips/pst-math | |
parent | 050c38a72286bd2086d5aa5fbc2ea4f59459917b (diff) |
pst-math 0.23 (27aug09)
git-svn-id: svn://tug.org/texlive/trunk@14899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/dvips/pst-math')
-rw-r--r-- | Master/texmf-dist/dvips/pst-math/pst-math.pro | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/dvips/pst-math/pst-math.pro b/Master/texmf-dist/dvips/pst-math/pst-math.pro index a99b6ed5d26..e2570773379 100644 --- a/Master/texmf-dist/dvips/pst-math/pst-math.pro +++ b/Master/texmf-dist/dvips/pst-math/pst-math.pro @@ -1,12 +1,11 @@ -%! % -*- Mode: Postscript -*- % pst-math.pro --- PostScript header file pst-math.pro % % Author : Christophe JORSSEN % Author : Herbert Voß <hvoss@tug.org> % Created the : Sat 20 March 2004 -% Last Mod : $Date: 2009/05/11 $ -% Version : 0.4 $ +% Last Mod : $Date: 2009/08/27 $ +% Version : 0.5 $ % /PI 3.14159265359 def /ENeperian 2.71828182846 def @@ -33,8 +32,9 @@ /ASINH {dup dup mul 1 add sqrt add ln} bind def /ATANH {dup 1 add exch neg 1 add Div ln 2 div} bind def % -/SINC {dup SIN exch Div} bind def -% +%/SINC {dup SIN exch Div} bind def +/SINC { dup 0 eq { pop 1 } { dup SIN exch div } ifelse } bind def + /GAUSS {dup mul 2 mul dup 4 -2 roll sub dup mul exch div neg EXP exch PI mul sqrt div} bind def % /GAMMA { 2 dict begin % hv 2007-08-30 |