OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
GEO_poly_coef1.c File Reference
#include "GEO_basic.h"
#include "GEO_util.h"
Include dependency graph for GEO_poly_coef1.c:

Go to the source code of this file.

Functions

int GEO_poly_coef1 (double const var_val1, double const var_val2, double const derivative1, double const derivative2, double const t1, double const t2, double fit_coef[CUBIC])
 

Function Documentation

◆ GEO_poly_coef1()

int GEO_poly_coef1 ( double const  var_val1,
double const  var_val2,
double const  derivative1,
double const  derivative2,
double const  t1,
double const  t2,
double  fit_coef[CUBIC] 
)

Definition at line 4 of file GEO_poly_coef1.c.