Class Sinc
java.lang.Object
org.drip.function.definition.R1ToR1
org.drip.function.r1tor1trigonometric.Sinc
public class Sinc extends R1ToR1
Sinc computes the Pi Z-Scaled Reciprocal of the Sine Function of Pi times the Argument.
- Module = Computational Core Module
- Library = Numerical Analysis Library
- Project = Rd To Rd Function Analysis
- Package = Built-in R1 To R1 Trigonometric Functions
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Sinc(DerivativeControl dc)
Sinc Constructor -
Method Summary
Modifier and Type Method Description double
evaluate(double z)
Evaluate for the given variateMethods inherited from class org.drip.function.definition.R1ToR1
antiDerivative, conditionNumber, derivative, differential, differential, integrate, maxima, maxima, minima, minima, poleResidue
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Sinc
Sinc Constructor- Parameters:
dc
- The Derivative Control
-
-
Method Details
-
evaluate
public double evaluate(double z) throws java.lang.ExceptionDescription copied from class:R1ToR1
Evaluate for the given variate
-