greater_than_any (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 any value is greater than the first value.
First available: Version 1.4.4
Comments