sinc


sinc, a C code which calls sinc(), which evaluates the sinc() function, its first and second derivative and its antiderivative. The normalized function is defined by sincn=sin(pi*x)/(pi*x), the unnormalized function is sincu=sin(x)/x. Plots of these functions are made.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

sinc, a C code which evaluates the sinc() function, its first and second derivative and its antiderivative. The normalized function is defined by sincn=sin(pi*x)/(pi*x), the unnormalized function is sincu=sin(x)/x. Plots of these functions are made.

Source Code:


Last revised on 28 March 2025.