libode
Easy to compile, fast ODE integrators as C++ classes
Loading...
Searching...
No Matches
ode_util.h File Reference
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  ode
 

Functions

double ode::ode_max2 (double a, double b)
 Simple maximum of two doubles.
 
double ode::ode_min2 (double a, double b)
 Simple minimum of two doubles.
 
bool ode::ode_is_close (double a, double b, double thresh)
 Checks if two numbers are very close to each other.