Sinc function #
This file contains the definition of the sinc function and some of its properties.
Main definitions #
Real.sinc
: the (unnormalized) sinc function, defined assinc x = sin x / x
forx ≠ 0
and1
forx = 0
.
Main statements #
continuous_sinc
: the sinc function is continuous.