FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void palPcd
(
double
disco
,
double *
x
,
double *
y
)
Definition at line
98
of file
palPcd.c
.
Referenced by
t_pcd()
.
98
{
99
double
f;
100
101
f = 1.0 + disco * ( (*x) * (*x) + (*y) * (*y) );
102
*x *= f;
103
*y *= f;
104
}
Here is the caller graph for this function:
pal
pal.h
Generated on Sun Sep 18 2016 20:50:39 for FACT++ by
1.8.11