summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/dvips/pst-math
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/dvips/pst-math')
-rw-r--r--Master/texmf-dist/dvips/pst-math/pst-math.pro7
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
%