From 74d0d62d32d4a9d1ce1959eff0e82ffc055e1b56 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Aug 2009 00:19:11 +0000 Subject: pst-math 0.23 (27aug09) git-svn-id: svn://tug.org/texlive/trunk@14899 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/dvips/pst-math/pst-math.pro | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/dvips') 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ß % 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 -- cgit v1.2.3