CodeCogs - An iteractive open source Numerical library Welcome... Login
CodeCogs
shopping cart
OSXWindowsLinux
Search CodeCogs
Numerical Components

Valid RSS

MathsSpecial

fresnel cos

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

Fresnel cos integral.

Controller: CodeCogs  Contact Controller
+View version details
Contents hide toc
buy now     get GPL     add to cart

Interface

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

using namespace Maths::Special;

double fresnel_cos (double x)
Fresnel cos integral.
ExcelReal cc_fresnel_cos (Real x)
This function is available as a Microsoft Excel add-in.

Function Documentation

Fresnel Cos Calculator
  
Add calculator to website or email
 
doublefresnel_cosdoublex )
Evaluates the cosine Fresnel integral.

C(x) = \int_0^x cos(\frac{\pi}{2} t^2) dt

\graph  x=-4:4

The integral is evaluated by a power series for x < 1. \n \n For x >= 1 auxiliary functions f(x) and g(x) are employed such that

S(x) = 0.5 - f(x) cos(\frac{\pi}{2} x^2) - g(x) sin(\frac{\pi}{2} x^2)

Accuracy:

                        Relative error.
 domain     # trials      peak         rms
  0, 10       10000       1.8e-15     3.3e-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:

To view or download source code you need either a GPL or Commercial Licence.

buy now     get GPL     add to cart

Not a member, then 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: 2010-03-08 20:05:43

Valid CSS!   Valid XHTML 1.0 Transitional