min


min(r1, @rest ...)
      

Return the minimum of the real numbers r1, ....

Examples:


min(101, 10, 3, 5, 23)
// 3
      

Also see:

max


Core Module Index | Contents