java.lang.Object
org.apache.commons.math3.analysis.function.Sinc
All Implemented Interfaces:
DifferentiableUnivariateFunction, UnivariateDifferentiableFunction, UnivariateFunction

Sinc function, defined by

   sinc(x) = 1            if x = 0,
             sin(x) / x   otherwise.
 
Since:
3.0