Go to the documentation of this file.00001 #ifndef IncompleteGammaComplement_H
00002 #define IncompleteGammaComplement_H
00003
00009 class IncompleteGammaComplement {
00010
00011 public:
00012
00013 static float value( float a, float x );
00014
00015 static float ln( float a, float x );
00016
00017 };
00018
00019 #endif