View source: R/countable_set.R
| infimum.countable_set | R Documentation |
Get the infimum of a countable set.
## S3 method for class 'countable_set'
infimum(object)
object |
A |
The lower bound (integer).
cs <- countable_set$new(0L)
infimum(cs) # 0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.