FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_pxp
(
int *
status
)
static
Definition at line
7225
of file
t_erfa_c.c
.
References
eraPxp()
, and
vvd()
.
Referenced by
main()
.
7240
{
7241
double
a[3], b[3], axb[3];
7242
7243
7244
a[0] = 2.0;
7245
a[1] = 2.0;
7246
a[2] = 3.0;
7247
7248
b[0] = 1.0;
7249
b[1] = 3.0;
7250
b[2] = 4.0;
7251
7252
eraPxp
(a, b, axb);
7253
7254
vvd
(axb[0], -1.0, 1e-12,
"eraPxp"
,
"1"
, status);
7255
vvd
(axb[1], -5.0, 1e-12,
"eraPxp"
,
"2"
, status);
7256
vvd
(axb[2], 4.0, 1e-12,
"eraPxp"
,
"3"
, status);
7257
7258
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraPxp
void eraPxp(double a[3], double b[3], double axb[3])
Definition:
pxp.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