Description Usage Arguments Value Note Author(s)
Given two numbers a and b, returns a:b if
a<=b, otherwise numeric(0).
1 | incseq(a,b)
|
a |
lower endpoint, an integer |
b |
upper endpoint, an integer |
If a<=b, a:b, otherwise numeric(0).
The function does not check whether a and b are
indeed integers.
Tamas K Papp <tpapp@princeton.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.