Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97280867
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
Sat, Jan 4, 00:34
Size
740 B
Mime Type
text/x-c
Expires
Mon, Jan 6, 00:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23371836
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