Difference between revisions of "Manuals/calci/DECREASING"
Jump to navigation
Jump to search
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | <div style="font-size:30px">'''DECREASING ( | + | <div style="font-size:30px">'''DECREASING ()'''</div><br/> |
| − | * | + | *Parameters are any set of numbers. |
==Description== | ==Description== | ||
| Line 15: | Line 15: | ||
*[[Manuals/calci/LCM | LCM ]] | *[[Manuals/calci/LCM | LCM ]] | ||
*[[Manuals/calci/GCD | GCD ]] | *[[Manuals/calci/GCD | GCD ]] | ||
| + | |||
| + | ==Related Videos== | ||
| + | |||
| + | {{#ev:youtube|v=ngrHFSX1scY|280|center|Decreasing Order}} | ||
==References== | ==References== | ||
[https://www.mathsisfun.com/definitions/descending-order.html Descending order] | [https://www.mathsisfun.com/definitions/descending-order.html Descending order] | ||
| + | |||
| + | |||
| + | |||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | |||
| + | *[[ Z3 | Z3 home ]] | ||
Latest revision as of 14:51, 27 November 2018
DECREASING ()
- Parameters are any 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
Related Videos
References