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/dvips | |
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/dvips')
-rw-r--r-- | Master/texmf-dist/dvips/pst-math/pst-math.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pst-math/pst-math.pro b/Master/texmf-dist/dvips/pst-math/pst-math.pro index cf2f7d21168..c5e2c1b03e1 100644 --- a/Master/texmf-dist/dvips/pst-math/pst-math.pro +++ b/Master/texmf-dist/dvips/pst-math/pst-math.pro @@ -3,9 +3,8 @@ % % Author : Christophe JORSSEN % Author : Herbert Voß <hvoss@tug.org> -% Created the : Sat 20 March 2004 -% Last Mod : $Date: 2010/10/02 $ -% Version : 0.62 $ +% Last Mod : $Date: 2014/07/30 $ +% Version : 0.63 $ % /PI 3.14159265359 def /ENeperian 2.71828182846 def @@ -20,8 +19,10 @@ /ATAN {neg -1 atan 180 sub DegToRad} bind def /ACOS {dup dup mul neg 1 add sqrt exch atan DegToRad} bind def /acos {dup dup mul neg 1 add sqrt exch atan} bind def +/ASEC {1 exch Div ACOS} bind def /ASIN {neg dup dup mul neg 1 add sqrt neg atan 180 sub DegToRad} bind def /asin {neg dup dup mul neg 1 add sqrt neg atan 180 sub} bind def +/ACSC {1 exch Div ASIN} bind def % /EXP {ENeperian exch exp} bind def % |