FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_supgal
(
int *
status
)
static
Definition at line
950
of file
palTest.c
.
References
palSupgal()
, and
vvd()
.
Referenced by
main()
.
950
{
951
double
dl, db;
952
953
palSupgal
( 6.1, -1.4, &dl, &db );
954
955
vvd
( dl, 3.798775860769474, 1e-12,
"palSupgal"
,
956
"DL"
, status );
957
vvd
( db, -0.1397070490669407, 1e-12,
"palSupgal"
,
958
"DB"
, status );
959
960
}
palSupgal
void palSupgal(double dsl, double dsb, double *dl, double *db)
Definition:
palSupgal.c:83
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
palTest.c:99
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