IMSL Mathematics Reference Guide > Special Functions > FRESNEL_SINE Function (PV-WAVE Advantage)
  

FRESNEL_SINE Function (PV-WAVE Advantage)
Evaluates the sine Fresnel integral.
Usage
result = FRESNEL_SINE(x)
Input Parameters
x—Argument for which the function value is desired.
Returned Value
result—The value of the sine Fresnel integral evaluated at x.
Input Keywords
Double—If present and nonzero, double precision is used.
Discussion
The sine Fresnel integral is defined to be:
Example
The Fresnel integral S(1.75) is evaluated.
PRINT, FRESNEL_SINE(1.75)
; PV-WAVE prints: 0.499385

Version 2017.0
Copyright © 2017, Rogue Wave Software, Inc. All Rights Reserved.