![]() |
ROOT 6.10/09 Reference Guide |
#include <iostream>
#include <iomanip>
#include <string>
#include <limits>
#include "Math/SpecFuncMathMore.h"
#include "Math/SpecFuncMathCore.h"
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 () |
#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.
int compare | ( | const std::string & | name, |
double | v1, | ||
double | v2, | ||
double | scale = 2.0 |
||
) |
Definition at line 54 of file testSpecFunc.cxx.
void getGSLErrors | ( | ) |
Definition at line 226 of file testSpecFunc.cxx.
int main | ( | ) |
Definition at line 246 of file testSpecFunc.cxx.
int testSpecFunc | ( | ) |
Definition at line 110 of file testSpecFunc.cxx.