From a28ea11a38e0166d492eebfa724103ec32f21cd6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 31 Jul 2014 12:39:05 +0000 Subject: pst-math (31Jul) git-svn-id: svn://tug.org/texlive/trunk@34786 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pst-math/pst-math.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/dvips/pst-math') 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ß -% 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 % -- cgit v1.2.3