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

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