#include <math.h>
#include <tut.h>
#include "romberg.h"
Include dependency graph for test_romberg.cpp:
Go to the source code of this file.
Variables | |
int | num_eval |
const double | pi |
const double | tol |
int num_eval |
Definition at line 53 of file test_romberg.cpp.
const double pi |
Definition at line 63 of file test_romberg.cpp.
const double tol |
Definition at line 64 of file test_romberg.cpp.