FUNCTION
fresnel_sin
Fresnel sin integral.
You're viewing an older version of this page (#161). View the current version.
Interface
#include <codecogs/maths/special/fresnel_sin.h>
using namespace Maths::Special;
Evaluates the sine 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:
Relative error.
domain # trials peak rms
0, 10 10000 2.0e-15 3.2e-16
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.