min()
V1.4.2+
获取多个数字中最小的数字
${min(1, 2, 3, 4, 5)}
<#assign arr1 = [ 1, 2, 3, 4.5, 0.6 ] /> ${min(arr1, 0.3, 3.1415926, 100)}