File: om.mpi

package info (click to toggle)
mathpiper 0.0.svn2556-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,416 kB
  • ctags: 2,729
  • sloc: java: 21,643; xml: 751; sh: 105; makefile: 5
file content (24 lines) | stat: -rw-r--r-- 1,143 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// From code.mpi.def:
OMDef( "Gamma", "nums1", "gamma" );
OMDef( "LnGamma"        , "piper", "LnGamma" );
OMDef( "Zeta"           , "piper", "Zeta" );
OMDef( "Bernoulli"      , "piper", "Bernoulli" );
OMDef( "ApproxInfSum"   , "piper", "ApproxInfSum" );
OMDef( "BesselJ"        , "piper", "BesselJ" );
OMDef( "BesselI"        , "piper", "BesselI" );
OMDef( "BesselY"        , "piper", "BesselY" );
OMDef( "Erf"            , "piper", "Erf" );
OMDef( "Erfc"           , "piper", "Erfc" );
OMDef( "Erfi"           , "piper", "Erfi" );
OMDef( "FresnelSin"     , "piper", "FresnelSin" );
OMDef( "FresnelCos"     , "piper", "FresnelCos" );
OMDef( "LambertW"       , "piper", "LambertW" );
OMDef( "Beta"           , "piper", "Beta" );
OMDef( "DirichletEta"   , "piper", "DirichletEta" );
OMDef( "DirichletLambda", "piper", "DirichletLambda" );
OMDef( "DirichletBeta"  , "piper", "DirichletBeta" );
OMDef( "Sinc"           , "piper", "Sinc" );
OMDef( "PolyLog"        , "piper", "PolyLog" );
OMDef( "CatalanConstNum", "piper", "CatalanConstNum" );
OMDef( "Digamma"        , "piper", "Digamma" );
OMDef( "DawsonIntegral" , "piper", "DawsonIntegral" );