Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 212 Bytes

nmin.md

File metadata and controls

8 lines (7 loc) · 212 Bytes
layout class title summary
default
Macro
nmin (';' LIST )*
Minimum number in the lists

All the numbers in the lists are compared, using the Double.compare method, and the minimum number is returned.