FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_seps
(
int *
status
)
static
Definition at line
7966
of file
t_erfa_c.c
.
References
eraSeps()
, and
vvd()
.
Referenced by
main()
.
7981
{
7982
double
al, ap, bl, bp, s;
7983
7984
7985
al = 1.0;
7986
ap = 0.1;
7987
7988
bl = 0.2;
7989
bp = -3.0;
7990
7991
s =
eraSeps
(al, ap, bl, bp);
7992
7993
vvd
(s, 2.346722016996998842, 1e-14,
"eraSeps"
,
""
, status);
7994
7995
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraSeps
double eraSeps(double al, double ap, double bl, double bp)
Definition:
seps.c:3
Here is the call graph for this function:
Here is the caller graph for this function:
erfa
src
t_erfa_c.c
Generated on Sun Sep 18 2016 20:50:37 for FACT++ by
1.8.11