fxmax(fx1, @rest ...) fxmin(fx1, @rest ...)
Return the maximum/minimum from the fixnums fx1, ....
fx1, ...
fxmax(10, 123, 45) // 123 fxmin(10, 123, 45) // 10
Core Module Index | Contents