max


max(r1, @rest ...)
      

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

Examples:


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

Also see:

min


Core Module Index | Contents