CodeCogs - A iteractive open source Numerical library in C/C++, with wrappers for .NET and Excel Welcome... Login
Site Map
shopping cart
OSX compatibleWindows compatibleLinux compatible
Search CodeCogs
Numerical Components
Worked Examples

Valid RSS

mathsspecial

fresnel sin

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 0.31
sub units 1.17
add a commercial licence to your cart
0
viewed 1618 times and licensed 12 times

Fresnel sin integral.

Other modules that are used by this module. We add these to the cart for you whenever you add this module, unless you already own enough licences for them. Click for details
Controller: CodeCogs    Contact Controller

+View version details
Contents hide toc

Interface

#include <codecogs/maths/special/fresnel_sin.h>

using namespace Maths::Special;

double fresnel_sin (double x)
Fresnel sin integral.
ExcelReal cc_fresnel_sin (Real x)
This function is available as a Microsoft Excel add-in.

Function Documentation

Fresnel Sin Calculator
  
Add calculator to website or email
 
doublefresnel_sindoublex )
Evaluates the sine Fresnel integral

(1)
\displaystyle S(x) = \int_0^x sin(\frac{\pi}{2} t^2) dt

\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)
\displaystyle C(x) = 0.5 + f(x) sin(\frac{\pi}{2} x^2) - g(x) cos(\frac{\pi}{2} x^2)

Accuracy:
                        Relative error.
  domain     # trials      peak         rms
   0, 10       10000       2.0e-15     3.2e-16
 
Parameters:
xmain input argument
Authors:
Cephes Math Library Release 2.8: June, 2000 Copyright 1984, 1987, 1989, 2000 by Stephen L. Moshier
Documentation Nick Owens
Source Code:

You do not own any licences for this module.
To view or download source code you must get a GPL licence or buy a commercial licence.

buy now     get GPL     add to cart

For advanced download and development options Register with CodeCogs. Already a Member, then Login.


Page Comments

Format Excel Equations

  You must login to leave a messge


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2009-01-05 22:49:37

Valid CSS!   Valid XHTML 1.0 Transitional