FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_eqgal
(
int *
status
)
static
Definition at line
720
of file
palTest.c
.
References
palEqgal()
, and
vvd()
.
Referenced by
main()
.
720
{
721
double
dl, db;
722
723
palEqgal
( 5.67, -1.23, &dl, &db );
724
725
vvd
( dl, 5.612270780904526, 1e-12,
"palEqgal"
,
726
"DL"
, status );
727
vvd
( db, -0.6800521449061520, 1e-12,
"palEqgal"
,
728
"DB"
, status );
729
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
palTest.c:99
palEqgal
void palEqgal(double dr, double dd, double *dl, double *db)
Definition:
palEqgal.c:80
Here is the call graph for this function:
Here is the caller graph for this function:
pal
palTest.c
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11