Difference between revisions of "Manuals/calci/DECREASING"
Jump to navigation
Jump to search
(Created page with "==Decrea==") |
|||
| Line 1: | Line 1: | ||
| − | == | + | <div style="font-size:30px">'''DECREASING (array)'''</div><br/> |
| + | *<math>array</math> is the set of numbers. | ||
| + | |||
| + | ==Description== | ||
| + | *This function returns the logical value either true or false.For this function, we can give a set of values. | ||
| + | *This function returns True if the set of values are in descending order. | ||
| + | *And this function returns False if the set of values are not in descending order. | ||
| + | |||
| + | ==Examples== | ||
| + | #DECREASING(100,89,34,29,12) = true | ||
| + | #DECREASING(10,12,18,20) = false | ||
| + | #DECREASING(0.12,0.11,0.03,0.02) = true | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Manuals/calci/LCM | LCM ]] | ||
| + | *[[Manuals/calci/GCD | GCD ]] | ||
| + | |||
| + | ==References== | ||
| + | [https://www.mathsisfun.com/definitions/descending-order.html] | ||
Revision as of 14:46, 21 November 2016
DECREASING (array)
- is the set of numbers.
Description
- This function returns the logical value either true or false.For this function, we can give a set of values.
- This function returns True if the set of values are in descending order.
- And this function returns False if the set of values are not in descending order.
Examples
- DECREASING(100,89,34,29,12) = true
- DECREASING(10,12,18,20) = false
- DECREASING(0.12,0.11,0.03,0.02) = true