VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
ratint.cpp File Reference
#include "ratint.h"
#include "math.h"
#include "../../Exceptions/error.h"

Go to the source code of this file.

Macros

#define TINY   1.0e-25
 

Functions

void ratint (double *xa, double *ya, int n, double x, double *y, double *dy)
 

Detailed Description

Some other interpolation

Definition in file ratint.cpp.

Macro Definition Documentation

#define TINY   1.0e-25

Definition at line 11 of file ratint.cpp.

Function Documentation

void ratint ( double *  xa,
double *  ya,
int  n,
double  x,
double *  y,
double *  dy 
)

Some other interpolation

Definition at line 16 of file ratint.cpp.

References VC::m, and TINY.