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

public class Sinc
extends java.lang.Object
implements UnivariateDifferentiableFunction
Sinc function, defined by

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

    Constructors 
    Constructor Description
    Sinc()
    The sinc function, sin(x) / x.
    Sinc​(boolean normalized)
    Instantiates the sinc function.
  • Method Summary

    Modifier and Type Method Description
    double value​(double x)
    Compute the value of the function.
    DerivativeStructure value​(DerivativeStructure t)
    Simple mathematical function.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait