Difference between revisions of "Manuals/calci/INCREASING"
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''INCREASING( | + | <div style="font-size:30px">'''INCREASING()'''</div><br/> |
| − | *Argument | + | *Argument is an array or set of any real numbers. |
==Description== | ==Description== | ||
*This function checks for the increasing order of numbers. If the order is increasing, then the function returns 'true'. Else returns 'false' as a result. | *This function checks for the increasing order of numbers. If the order is increasing, then the function returns 'true'. Else returns 'false' as a result. | ||
| − | *In <math>INCREASING( | + | *In <math>INCREASING()</math>, argument has any real numbers. |
*This function returns the result as NaN when the parameters are non-numeric. | *This function returns the result as NaN when the parameters are non-numeric. | ||
| Line 14: | Line 14: | ||
#INCREASING(2/3,1/4) = false | #INCREASING(2/3,1/4) = false | ||
#INCREASING(33,56,12,30) = false | #INCREASING(33,56,12,30) = false | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=MoKAC2U6WFE|280|center|Increasing}} | ||
==See Also== | ==See Also== | ||
Latest revision as of 17:03, 11 January 2019
INCREASING()
- Argument is an array or set of any real numbers.
Description
- This function checks for the increasing order of numbers. If the order is increasing, then the function returns 'true'. Else returns 'false' as a result.
- In , argument has any real numbers.
- This function returns the result as NaN when the parameters are non-numeric.
Examples
- INCREASING(3,6,7) = true
- INCREASING(1..10) = true
- INCREASING(455,105) = false
- INCREASING(4.5,-23) = false
- INCREASING(2/3,1/4) = false
- INCREASING(33,56,12,30) = false
Related Videos
See Also
References