naginterfaces.library.specfun.fresnel_​c

naginterfaces.library.specfun.fresnel_c(x)[source]

fresnel_c returns a value for the Fresnel integral .

For full information please refer to the NAG Library document for s20ad

https://support.nag.com/numeric/nl/nagdoc_30/flhtml/s/s20adf.html

Parameters
xfloat

The argument of the function.

Returns
cxfloat

The value of the function at .

Notes

fresnel_c evaluates an approximation to the Fresnel integral

Note: , so the approximation need only consider .

The function is based on three Chebyshev expansions:

For ,

For ,

where ,

and ,

with .

For small , . This approximation is used when is sufficiently small for the result to be correct to machine precision.

For large , and . Therefore, for moderately large , when is negligible compared with , the second term in the approximation for may be dropped. For very large , when becomes negligible, . However, there will be considerable difficulties in calculating accurately before this final limiting value can be used. Since is periodic, its value is essentially determined by the fractional part of . If , where is an integer and , then depends on and on modulo . By exploiting this fact, it is possible to retain some significance in the calculation of either all the way to the very large limit, or at least until the integer part of is equal to the maximum integer allowed on the machine.

References

NIST Digital Library of Mathematical Functions