Manuals/calci/ENFORCENEGATIVE
Jump to navigation
Jump to search
ENFORCENEGATIVE(Number)
- is any real number.
Description
- This function converts or enforces the given number or set of numbers to negative value.
- If the is negative, it is retained as negative only.
- Number 'zero' is natural number, neither positive nor negative.
- The argument can also be a result of any function.
Examples
- ENFORCENEGATIVE(44) = -44
- ENFORCENEGATIVE(2.45) = -2.45
- ENFORCENEGATIVE(-407) = -407
- ENFORCENEGATIVE(SUM([5,30])) = -35
For a set of numbers, the function displays a table as follows -
- ENFORCENEGATIVE(-5..5)=
Nature | Number | ENFORCETYPE |
---|---|---|
negative | -5 | -5 |
negative | -4 | -4 |
negative | -3 | -3 |
negative | -2 | -2 |
negative | -1 | -1 |
negative | 0 | 0 |
negative | 1 | -1 |
negative | 2 | -2 |
negative | 3 | -3 |
negative | 4 | -4 |
negative | 5 | -5 |
Related Videos
See Also
References