Description Calculates the value Sin(x)/x.
Syntax ans = Sinc ( x )
Parameters ans (Double) The value of Sin(x)/x.
x (Double) Argument of the sinc function.
Remarks This function calculates the sine of a value divided by the value. No errors are set.
See Also Examples
|