Difference between revisions of "Manuals/calci/DECREASING"

From ZCubes Wiki
Jump to navigation Jump to search
Line 18: Line 18:
 
==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 ]]

Revision as of 06:01, 9 March 2017

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

  1. DECREASING(100,89,34,29,12) = true
  2. DECREASING(10,12,18,20) = false
  3. DECREASING(0.12,0.11,0.03,0.02) = true

See Also

References

Descending order


List of Main Z Functions

Z3 home