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