summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pst-math/pst-math.tex
blob: c7047acf7892f015379ff4bf82666fd95e9ddcb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
%%
%% This is file `pst-math.tex',
%%
%% IMPORTANT NOTICE:
%%
%% Package `pst-math.tex'
%%
%% Christophe Jorssen <christophe.jorssen@libre.fr.invalid>
%%                   ('libre' is the french word for 'free', to contact me)
%%
%% This program can be redistributed and/or modified under the terms
%% of the LaTeX Project Public License Distributed from CTAN archives
%% in directory CTAN:/macros/latex/base/lppl.txt.
%%
%% DESCRIPTION:
%%   `pst-math' is a PSTricks package to enhance math in PSTricks
%%
%%
\def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}}
\RCS$Revision: 1.1 $ \RCS$Date: 2004-07-06 23:43:03+02 $

\def\fileversion{0.2}

\message{`pst-math' v\fileversion\space (Rev \RCSRevision, \RCSDate), C.Jorssen}

\csname PSTmathLoaded\endcsname
\let\PSTmathLoaded\endinput
%
% Require PSTricks
%
\ifx\PSTricksLoaded\endinput\else\input pstricks.tex\fi

\ifx\DeclareNewPSOperator\undefined
\else
  \DeclareNewPSOperator{DegToRad}
  \DeclareNewPSOperator{RadToDeg}
  \DeclareNewPSOperator{COS}
  \DeclareNewPSOperator{SIN}
  \DeclareNewPSOperator{TAN}
  \DeclareNewPSOperator{tan}
  \DeclareNewPSOperator{ATAN}
  \DeclareNewPSOperator{ACOS}
  \DeclareNewPSOperator{acos}
  \DeclareNewPSOperator{ASIN}
  \DeclareNewPSOperator{asin}
  \DeclareNewPSOperator{EXP}
  \DeclareNewPSOperator{COSH}
  \DeclareNewPSOperator{SINH}
  \DeclareNewPSOperator{TANH}
  \DeclareNewPSOperator{ACOSH}
  \DeclareNewPSOperator{ASINH}
  \DeclareNewPSOperator{ATANH}
  \DeclareNewPSOperator{SINC}
  \DeclareNewPSOperator{GAUSS}
  \DeclareNewPSOperator{GAMMALN}
  \DeclareNewPSOperator{BETA}
  \DeclareNewPSOperator{BESSEL_J0}
  \DeclareNewPSOperator{BESSEL_Y0}
  \DeclareNewPSOperator{BESSEL_J1}
  \DeclareNewPSOperator{BESSEL_Y1}
\fi

\pstheader{pst-math.pro}
%
\def\pstPI#1{\ifcase#1\or3.141593\or1.570796\or1.047198\fi}
%
\endinput