flmax/min


flmax(fl1, @rest ...)
flmin(fl1, @rest ...)          
      

Return the maximum/minimum from the flonums fl1, ....

Examples:


flmax(10.123, 10.1234, 10.12345)
// 10.12345
flmin(10.123, 10.1234, 10.12345)
// 10.123          
      

Also see:

fxmax/min
max
min


Core Module Index | Contents