Test file for the class Adapter2DoubleFunction.
More...
#include <cmath>
#include <cstdio>
#include "GaudiMath/GaudiMath.h"
#include "GaudiMath/Adapters.h"
Go to the source code of this file.
Test file for the class Adapter2DoubleFunction.
- Date
- 2003-09-03
- Author
- Kirill Miklyaev kiril.nosp@m.lm@i.nosp@m.ris1..nosp@m.itep.nosp@m..ru
Definition in file 2DoubleFuncTest.cpp.
Definition at line 25 of file 2DoubleFuncTest.cpp.
28 Genfun::Argument arg(2);
29 for (
double x = 0; x < 10; ++x)
31 for (
double y = 0; y < 10; ++y)
35 printf (
"x=%6.5f y=%6.5f mypow=%+.10f pow=%+.10f pow-mypow=%+.10f \n",
36 x, y, mypow(arg),
pow(x, y),
37 pow(x, y) - mypow(arg) );
Genfun::AbsFunction Function
GAUDI_API AIDAFunction adapter(const AIDA::IFunction &function)