OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
eanom.c File Reference
#include <stdio.h>
#include "orbit.h"
Include dependency graph for eanom.c:

Go to the source code of this file.

Macros

#define MAXIT   100 /* Maximum numer of iterations */
 
#define EPS   1.0e-12 /* Error goal */
 

Functions

double eanom (double manom, double ecc, char **errmsg)
 

Macro Definition Documentation

◆ EPS

#define EPS   1.0e-12 /* Error goal */

Definition at line 50 of file eanom.c.

◆ MAXIT

#define MAXIT   100 /* Maximum numer of iterations */

Definition at line 49 of file eanom.c.

Function Documentation

◆ eanom()

double eanom ( double  manom,
double  ecc,
char **  errmsg 
)

Definition at line 53 of file eanom.c.