Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 94 Bytes

function.HH.Lib.Math.min.md

File metadata and controls

5 lines (5 loc) · 94 Bytes
$v = vec[3, 2, 6, 1, 4];
$min = Math\min($v);
echo "The min is $min";