FUNCTION
fresnel_cos
Fresnel cos integral.
Interface
#include <codecogs/maths/special/fresnel_cos.h>
using namespace Maths::Special;
Evaluates the cosine Fresnel integral.
(1)
\graph x=-4:4
The integral is evaluated by a power series for x < 1.
For x >= 1 auxiliary functions f(x) and g(x) are employed such that
(2)
Accuracy:
<pre> Relative error. domain # trials peak rms 0, 10 10000 1.8e-15 3.3e-16 </pre>
Parameters
x
main input argument
Interactive Calculator
x
Result
Computing…
Set a range above first to export a graph.
This function's source code is only visible to registered users — documentation and the calculator above are free to use either way. Sign in to see it.