Manuals/calci/ENFORCENATURAL
Jump to navigation
Jump to search
ENFORCENATURAL(Number)
- is any real number.
Description
- This function converts or enforces the given number or set of numbers to natural value.
- Natural number is the non negative integer starting from 0,1,2,3..
- So natural number is the positive integer number.
- In Number is any real number.
- If the Number is positive, it is retained as positive only.
- If the Number is negative, it is changed in to positive only.
- Number 'zero' is natural number, neither positive nor negative.
Examples
- ENFORCENATURAL(76) = 76
- ENFORCENATURAL(-45) = 45
- ENFORCENATURAL(-156.32) = 156
- ENFORCENATURAL(8.98) = 8
See Also
- [[Manuals/calci/INT| INT]
References