ANIMA  4.0
animaGammaFunctions.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "AnimaSpecialFunctionsExport.h"
4 
5 namespace anima
6 {
7 
8  ANIMASPECIALFUNCTIONS_EXPORT double psi_function(unsigned int n, double emc);
9  ANIMASPECIALFUNCTIONS_EXPORT double gammaHalfPlusN(unsigned int n);
10  ANIMASPECIALFUNCTIONS_EXPORT double gammaHalfMinusN(unsigned int n);
11 
12 } // end of namespace anima
13 
14 
double psi_function(unsigned int n, double emc)
double gammaHalfPlusN(unsigned int n)
double gammaHalfMinusN(unsigned int n)