Function: fresnelc (x)

Numerical fresnelc function.

Example:

fresnelc (1.1)
  ⇒ ans = 0.7638

Note this function may be slow for large numbers of inputs. This is because it is not a native double-precision implementation but rather the numerical evaluation of the Python mpmath function fresnelc.

Note: this file is autogenerated: if you want to edit it, you might want to make changes to ’generate_functions.py’ instead.

See also: @sym/fresnelc.

Package: symbolic