Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96642200
fz_dlsds.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Dec 29, 09:49
Size
740 B
Mime Type
text/x-c
Expires
Tue, Dec 31, 09:49 (2 d)
Engine
blob
Format
Raw Data
Handle
23222149
Attached To
R1448 Lenstool-HPC
fz_dlsds.c
View Options
#include<stdio.h>
#include<math.h>
#include<fonction.h>
#include<constant.h>
#include<dimension.h>
#include<structure.h>
/****************************************************************/
/* nom: fz_dlsds */
/* auteur: Jean-Paul Kneib */
/* date: 10/02/92 */
/* place: Toulouse */
/* */
/* inversion de l'equation f(z)=z_dlsds with the zero() function
* - z_dlsds is defined in o_print_res() function.
****************************************************************/
double
fz_dlsds
(
double
z
)
{
const
extern
double
z_dlsds
;
const
extern
struct
pot
lens
[];
return
(
z_dlsds
-
dratio
(
lens
[
0
].
z
,
z
)
);
}
Event Timeline
Log In to Comment