Difference between revisions of "Manuals/calci/DESCENDING"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "descending")
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
descending
+
<div style="font-size:30px">'''DESCENDING (Array) '''</div><br/>
 +
*<math>Array</math> is the set of values.
 +
 
 +
==Description==
 +
*This function shows the Descending order of the given array of values.
 +
*Descending order means when a group of numbers is arranged in order from the greatest to the least.
 +
*For example 58, 209, 289 and 132 in descending is 289>209>132>58.
 +
 
 +
==Examples==
 +
#DESCENDING([12,17,3,100,187,32]) = 187 100 32 17 12 3
 +
#DESCENDING([0,19,200,-2,-10,-893,1246]) = 1246 200 19 0 -2 -10 -893
 +
#DESCENDING([2.9,45.2,192.01,2.09,2.009,45.32,45.032]) = 192.01 45.32 45.2 45.032 2.9 2.09 2.009
 +
#(1..10)⋱ = 10 9 8 7 6 5 4 3 2 1
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|v=MoKAC2U6WFE|280|center|Descending}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/ASCENDING | ASCENDING]]
 +
*[[Manuals/calci/ROUND | ROUND]]
 +
 
 +
==References==
 +
[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 02:24, 23 February 2022

DESCENDING (Array)


  • is the set of values.

Description

  • This function shows the Descending order of the given array of values.
  • Descending order means when a group of numbers is arranged in order from the greatest to the least.
  • For example 58, 209, 289 and 132 in descending is 289>209>132>58.

Examples

  1. DESCENDING([12,17,3,100,187,32]) = 187 100 32 17 12 3
  2. DESCENDING([0,19,200,-2,-10,-893,1246]) = 1246 200 19 0 -2 -10 -893
  3. DESCENDING([2.9,45.2,192.01,2.09,2.009,45.32,45.032]) = 192.01 45.32 45.2 45.032 2.9 2.09 2.009
  4. (1..10)⋱ = 10 9 8 7 6 5 4 3 2 1

Related Videos

Descending

See Also

References

Descending order