Difference between revisions of "Manuals/calci/ASCENDING"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''SERIESSUM(x,n,m,k)'''</div><br/> *<math>x</math> is the power series value. *<math>n</math> is the initial power value.") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | <div style="font-size:30px">''' | + | <div style="font-size:30px">'''ASCENDING (Array)'''</div><br/> |
− | *<math> | + | *<math>Array</math> is the set of numbers. |
− | * | + | |
+ | ==Description== | ||
+ | *This function shows the given numbers in ascending order. | ||
+ | *Numbers are said to be in ascending order when they are arranged from the smallest to the largest number. | ||
+ | |||
+ | ==Examples== | ||
+ | #ASCENDING([10,6,18,34,23,12,7]) = 6 7 10 12 18 23 34 | ||
+ | #ASCENDING([-10,9,-43,0,2,-90,-2,-9]) = -90 -43 -10 -9 -2 0 2 9 | ||
+ | #ASCENDING([1/8,1/3,1/13,1/9,1/2,1/5]) = 0.07692307692307693 0.1111111111111111 0.125 0.2 0.3333333333333333 0.5 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=MoKAC2U6WFE|280|center|Ascending}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/DESCENDING | DESCENDING ]] | ||
+ | *[[Manuals/calci/FACT | FACT ]] | ||
+ | |||
+ | ==References== | ||
+ | [http://www.mathsteacher.com.au/year7/ch02_power/06_asc/asc.htm ASCENDING] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:44, 10 December 2018
ASCENDING (Array)
- is the set of numbers.
Description
- This function shows the given numbers in ascending order.
- Numbers are said to be in ascending order when they are arranged from the smallest to the largest number.
Examples
- ASCENDING([10,6,18,34,23,12,7]) = 6 7 10 12 18 23 34
- ASCENDING([-10,9,-43,0,2,-90,-2,-9]) = -90 -43 -10 -9 -2 0 2 9
- ASCENDING([1/8,1/3,1/13,1/9,1/2,1/5]) = 0.07692307692307693 0.1111111111111111 0.125 0.2 0.3333333333333333 0.5
Related Videos
See Also
References