ROOT
6.06/09
Reference Guide
|
#include <iostream>
#include <iomanip>
#include <string>
#include <limits>
#include "Math/SpecFuncMathMore.h"
#include "Math/SpecFuncMathCore.h"
Go to the source code of this file.
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) |
int | testSpecFunc () |
void | getGSLErrors () |
int | main () |
#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.
Referenced by getGSLErrors(), and testSpecFunc().
Definition at line 54 of file testSpecFunc.cxx.
Referenced by testSpecFunc().
void getGSLErrors | ( | ) |
Definition at line 217 of file testSpecFunc.cxx.
Referenced by main().
int main | ( | ) |
Definition at line 237 of file testSpecFunc.cxx.
int testSpecFunc | ( | ) |
Definition at line 110 of file testSpecFunc.cxx.
Referenced by main().