Element-wise sin(x)/x function on numeric or complex vectors (or objects which can be coerced to them).
Usage
# S3 method for default
sinxdivx(x)Details
See base::sin(), base::Arithmetic for details about the sine function
and division operation.
Note: by convention sinxdivx(0) returns 1.