NotZeroTrue, if u is not zero |
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
The boolean output y is true
, if the real input u is not equal to zero, and false
else.
If the inputs are restricted to either 0 or 1, then NotZero can be seen as an inverse Boole.
tolerance |
Value: eps Type: Real Description: Threshold for zero equivalence, i.e., max tolerated absolute deviation |
---|
y |
Type: BooleanOutput Description: Boolean output |
|
---|---|---|
u |
Type: RealInput Description: Input |