Canoe
Comprehensive Atmosphere N' Ocean Engine
root.h File Reference

Go to the source code of this file.

Typedefs

typedef double(* RootFunction_t) (double, void *)
 

Functions

int root (double x1, double x2, double xacc, double *x_root, RootFunction_t func, void *aux)
 

Typedef Documentation

◆ RootFunction_t

typedef double(* RootFunction_t) (double, void *)

Definition at line 8 of file root.h.

Function Documentation

◆ root()

int root ( double  x1,
double  x2,
double  xacc,
double *  x_root,
RootFunction_t  func,
void *  aux 
)

Definition at line 10 of file root.c.