fxmax/min


fxmax(fx1, @rest ...)
fxmin(fx1, @rest ...)          
      

Return the maximum/minimum from the fixnums fx1, ....

Examples:


fxmax(10, 123, 45)
// 123
fxmin(10, 123, 45)
// 10

      

Also see:

flmax/min
max
min


Core Module Index | Contents