FresnelF
FresnelF[z] gives the Fresnel auxiliary function F(z).
Examples
Evaluate the Fresnel F function:
FresnelF[2]Plot the function:
Plot[FresnelF[x], {x, 0, 5}]Compute numerically:
N[FresnelF[1]]Please visit the official Wolfram Language Reference for more details.