Example 1:
> min(1,2,3,exp(5),log(0.25));
-1.3862943611198906188344642429163531361510002687205
> min(17);
17
Example 2:
> l = [|1,2,3,exp(5),log(0.25)|];
> min(l);
-1.3862943611198906188344642429163531361510002687205
Example 3:
> print(min(exp(17),sin(62)));
sin(62)
Example 4:
> verbosity = 1!;
> print(min(17 + log2(13)/log2(9),17 + log(13)/log(9)));
Warning: minimum computation relies on floating-point result that is faithfully evaluated and different faithful roundings toggle the result.
17 + log(13) / log(9)