The GESTEP function is one of the engineering functions. It is used to test if a number is greater than a threshold value. The function returns 1 if the number is greater than or equal to the threshold value and 0 otherwise.
Syntax
GESTEP(number, [step])
The GESTEP function has the following arguments:
Argument
Description
number
A number to compare with step.
step
A threshold value. It is an optional argument. If it is omitted, the function will assume step to be 0.