FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
static void t_sxp
(
int *
status
)
static
Definition at line
8114
of file
t_erfa_c.c
.
References
eraSxp()
, and
vvd()
.
Referenced by
main()
.
8129
{
8130
double
s, p[3], sp[3];
8131
8132
8133
s = 2.0;
8134
8135
p[0] = 0.3;
8136
p[1] = 1.2;
8137
p[2] = -2.5;
8138
8139
eraSxp
(s, p, sp);
8140
8141
vvd
(sp[0], 0.6, 0.0,
"eraSxp"
,
"1"
, status);
8142
vvd
(sp[1], 2.4, 0.0,
"eraSxp"
,
"2"
, status);
8143
vvd
(sp[2], -5.0, 0.0,
"eraSxp"
,
"3"
, status);
8144
8145
}
vvd
static void vvd(double val, double valok, double dval, const char *func, const char *test, int *status)
Definition:
t_erfa_c.c:58
eraSxp
void eraSxp(double s, double p[3], double sp[3])
Definition:
sxp.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