Calculates the SINC function (sin(x)/x) of the specified expression.
SINC(val)
val |
- |
A scalar, series or table. |
A scalar, series, or table.
sinc(-20..0.1..20)
returns a 401 point series where each point is the sinc of the values from
Except for the unity value at x = 0, sinc(x) equivalent to sin(x)/x in SETRADIAN mode.