sinc (alias: sinx)
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Compute the function sin(x) / x
.
- Usage
sinc(x)
- xa scalar, vector or matrix
- Result
- The result r of this function has always the same type as the argument x.
- xi,j = 0 -> ri,j = 1
- otherwise: ri,j = sin(xi,j) / xi,j