Description Usage Arguments Value Examples
Best()
takes a vector .x
and a binary predicate function
.f
and returns the result of .f
reduced over .x
.
1 | Best(.x, .f)
|
.x |
A vector. |
.f |
A binary predicate function. |
The best value in that vector, as determined by the binary predicate function.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.