OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
gser.c File Reference
#include <math.h>
Include dependency graph for gser.c:

Go to the source code of this file.

Macros

#define ITMAX   100
 
#define EPS   3.0e-7
 

Functions

void gser (float *gamser, float a, float x, float *gln)
 

Macro Definition Documentation

◆ EPS

#define EPS   3.0e-7

Definition at line 3 of file gser.c.

◆ ITMAX

#define ITMAX   100

Definition at line 2 of file gser.c.

Function Documentation

◆ gser()

void gser ( float *  gamser,
float  a,
float  x,
float *  gln 
)

Definition at line 5 of file gser.c.