Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98897379
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
Fri, Jan 17, 07:44
Size
740 B
Mime Type
text/x-c
Expires
Sun, Jan 19, 07:44 (1 d, 16 h)
Engine
blob
Format
Raw Data
Handle
23657667
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