Logo ROOT   6.10/09
Reference Guide
Macros | Functions
testSpecFunc.cxx File Reference
#include <iostream>
#include <iomanip>
#include <string>
#include <limits>
#include "Math/SpecFuncMathMore.h"
#include "Math/SpecFuncMathCore.h"
Include dependency graph for testSpecFunc.cxx:

Macros

#define PI   3.14159265358979323846264338328 /* pi */
 Test file for the special functions implemented in MathMore. More...
 

Functions

int compare (const std::string &name, double v1, double v2, double scale=2.0)
 
void getGSLErrors ()
 
int main ()
 
int testSpecFunc ()
 

Macro Definition Documentation

◆ PI

#define PI   3.14159265358979323846264338328 /* pi */

Test file for the special functions implemented in MathMore.

For the moment nothing exceptional. Evaluates the functions and checks if the value is right against values copied from the GSL tests.

Definition at line 50 of file testSpecFunc.cxx.

Function Documentation

◆ compare()

int compare ( const std::string &  name,
double  v1,
double  v2,
double  scale = 2.0 
)

Definition at line 54 of file testSpecFunc.cxx.

◆ getGSLErrors()

void getGSLErrors ( )

Definition at line 226 of file testSpecFunc.cxx.

◆ main()

int main ( )

Definition at line 246 of file testSpecFunc.cxx.

◆ testSpecFunc()

int testSpecFunc ( )

Definition at line 110 of file testSpecFunc.cxx.