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 as- sinc x = sin x / xfor- x ≠ 0and- 1for- x = 0.
Main statements #
- continuous_sinc: the sinc function is continuous.