Evaluates the cosine Fresnel integral.
#include <imsl.h>
float imsl_f_fresnel_integral_C (float x)
The type double function is imsl_d_fresnel_integral_C.
float x
(Input)
Argument for which the function value is desired.
The cosine Fresnel integral.
The cosine Fresnel integral is defined to be

The Fresnel integral C(1.75) is evaluated.
#include <imsl.h>
main()
{
float x = 1.75;
float ans;
x =
imsl_f_fresnel_integral_C (x);
printf
("C(1.75) = %f\n", x);
}
C(1.75) = 0.321935
|
Visual Numerics, Inc. PHONE: 713.784.3131 FAX:713.781.9260 |