sinc (alias: sinx)

From STX Wiki
Jump to navigationJump to search

Compute the function sin(x) / x.

Usage
sinc(x)
x
a 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
See also
sin

<function list>

Navigation menu

Personal tools