Test file for the class SimpleFunction.
More...
#include <cmath>
#include <cstdio>
#include "GaudiMath/GaudiMath.h"
Go to the source code of this file.
Test file for the class SimpleFunction.
- Date
- 2003-08-31
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@i.nosp@m.tep..nosp@m.ru
Definition in file SimpleFuncTest.cpp.
Definition at line 24 of file SimpleFuncTest.cpp.
29 for (
double x = 0; x < 10; x += 0.25 ) {
30 printf(
"x=%8.5f mysin=%+.10f sin=%+.10f sin-mysin=%+.19f \n", x, mysin( x ),
sin( x ),
sin( x ) - mysin( x ) );
Genfun::GaudiMathImplementation::SimpleFunction SimpleFun
Genfun::AbsFunction Function