FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_pm
(
int *
status
)
static
Definition at line
5544
of file
t_erfa_c.c
.
References
eraPm()
, and
vvd()
.
Referenced by
main()
.
5559
{
5560
double
p[3], r;
5561
5562
5563
p[0] = 0.3;
5564
p[1] = 1.2;
5565
p[2] = -2.5;
5566
5567
r =
eraPm
(p);
5568
5569
vvd
(r, 2.789265136196270604, 1e-12,
"eraPm"
,
""
, status);
5570
5571
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraPm
double eraPm(double p[3])
Definition:
pm.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