naginterfaces.library.specfun.fresnel_c_vector¶
- naginterfaces.library.specfun.fresnel_c_vector(x)[source]¶
fresnel_c_vector
returns an array of values for the Fresnel integral .For full information please refer to the NAG Library document for s20ar
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/s/s20arf.html
- Parameters
- xfloat, array-like, shape
The argument of the function, for .
- Returns
- ffloat, ndarray, shape
, the function values.
- Warns
- NagAlgorithmicWarning
- (errno )
On entry, .
Constraint: .
- Notes
fresnel_c_vector
evaluates an approximation to the Fresnel integralfor an array of arguments , for .
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