Difference between revisions of "Manuals/calci/ORDINAL"
Jump to navigation
Jump to search
(Created page with "ordinal") |
|||
| Line 1: | Line 1: | ||
| − | ordinal | + | <div style="font-size:30px">'''ORDINAL (Number) '''</div><br/> |
| + | *<math>Number</math>is any real numbers. | ||
| + | |||
| + | ==Description== | ||
| + | *This function shows the Ordinal value of the given number. | ||
| + | *In <math>ORDINAL(Number)</math>,<math>Number</math> is any real number. | ||
| + | *An Ordinal Number is a number that tells the position of something in a list, such as 1st, 2nd, 3rd, 4th, 5th etc. | ||
| + | *Also Cardinal number is saying how many of something are there,so when we are giving Cardinal number this function will show the Ordinal number. | ||
| + | *When the given number is decimal this function truncated in to integers. | ||
| + | |||
| + | ==Examples== | ||
| + | #ORDINAL(1) = 1st | ||
| + | #ORDINAL(12) = 12th | ||
| + | #ORDINAL(41.3) = 41st | ||
| + | |||
| + | ==See Also== | ||
| + | *[[Manuals/calci/TENTHOF | TENTHOF ]] | ||
| + | *[[Manuals/calci/THIRDOF | THIRDOF ]] | ||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | *[[ Z3 | Z3 home ]] | ||
| + | |||
| + | ==References== | ||
| + | *[http://www.mathsisfun.com/numbers/cardinal-ordinal-chart.html Ordinal] | ||
| + | *[[Z_API_Functions | List of Main Z Functions]] | ||
| + | *[[ Z3 | Z3 home ]] | ||
Revision as of 13:24, 17 April 2017
ORDINAL (Number)
- is any real numbers.
Description
- This function shows the Ordinal value of the given number.
- In , is any real number.
- An Ordinal Number is a number that tells the position of something in a list, such as 1st, 2nd, 3rd, 4th, 5th etc.
- Also Cardinal number is saying how many of something are there,so when we are giving Cardinal number this function will show the Ordinal number.
- When the given number is decimal this function truncated in to integers.
Examples
- ORDINAL(1) = 1st
- ORDINAL(12) = 12th
- ORDINAL(41.3) = 41st