WLJS LogoWLJS Notebook

FresnelG

FresnelG[z] gives the Fresnel auxiliary function G(z).

Examples

Evaluate the Fresnel G function:

FresnelG[2]

Plot the function:

Plot[FresnelG[x], {x, 0, 5}]

Compute numerically:

N[FresnelG[1]]

Please visit the official Wolfram Language Reference for more details.

On this page