flmax(fl1, @rest ...) flmin(fl1, @rest ...)
Return the maximum/minimum from the flonums fl1, ....
fl1, ...
flmax(10.123, 10.1234, 10.12345) // 10.12345 flmin(10.123, 10.1234, 10.12345) // 10.123
Core Module Index | Contents