greater_than_all (real val1, real val2, real val3, ..., real valN) ⇒ boolean
Compares the first value as a real to a collection of reals and returns a boolean stating whether the first value is greater than all other values.
First available: Version 1.3.1
Comments