Skip to contents

Check Numeric Relations

Usage

assert_lower(x, y, ...)

assert_greater(x, y, ...)

Arguments

x, y

A numeric object to be checked.

...

Extra parameters to be passed to internal methods.

Value

Throws an error, if any, and returns x invisibly otherwise.

Author

N. Frerebeau