Class Sinc

java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.function.r1tor1.Sinc

public class Sinc
extends R1ToR1
Sinc computes the Pi Z-Scaled Reciprocal of the Sine Function of Pi times the Argument.

Author:
Lakshmi Krishnamurthy
  • Constructor Details

    • Sinc

      public Sinc​(DerivativeControl dc)
      Sinc Constructor
      Parameters:
      dc - The Derivative Control
  • Method Details

    • evaluate

      public double evaluate​(double z) throws java.lang.Exception
      Description copied from class: R1ToR1
      Evaluate for the given variate
      Specified by:
      evaluate in class R1ToR1
      Parameters:
      z - Variate
      Returns:
      Returns the calculated value
      Throws:
      java.lang.Exception - Thrown if evaluation cannot be done