View source: R/interval_sort.R
interval_sort | R Documentation |
Sorting of neutrosophic values in the ascending order
interval_sort(data)
data |
data is a list of neutrosophic numbers |
List of intervals in asceding order.
Zahid Khan
Moore, R. E. (1979): Methods and applications of interval analysis.SIAM. doi:10.1137/1.9781611970906
interval_add
,interval_div
.
data <- list(c(5, 10), c(4,6), c(2, 3))
sort <- interval_sort(data)
print(sort)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.