PassiveSupport.Math.sign
You're seeing just the function
sign
, go back to PassiveSupport.Math module for more information.
Link to this function
sign(number)
Specs
sign(number()) :: -1 | 0 | 1
Returns 1 if the number is positive, -1 if negative, and 0 if 0