powered by
Element-wise \(\sin(x) / x\) function on numeric or complex vectors (or objects which can be coerced to them).
# S3 method for default sinxdivx(x)
Vector or array containing the values of sin(x)/x.
sin(x)/x
numeric or complex vectors or objects which can be coerced to such.
Chloe Serre-Combe, Amelie Vernay
See base::sin(), base::Arithmetic for details about the sine function and division operation.
base::sin()
Note: by convention sinxdivx(0) returns 1.
sinxdivx(0)
1
base::Arithmetic, base::sin()
sinxdivx(pi) sinxdivx(1:10)
Run the code above in your browser using DataLab