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