Difference between revisions of "Manuals/calci/DESCRIBENUMBER"
Jump to navigation
Jump to search
(Created page with "describe number") |
|||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''DESCRIBENUMBER (Number,OutOf,Item)'''</div><br/> | |
+ | *<math>Number</math> and <math>OutOf</math> are any two real numbers. | ||
+ | |||
+ | ==Description== | ||
+ | *This function gives the description of the given number. | ||
+ | *In <math>DESCRIBENUMBER (Number,OutOf,Item)</math>, <math>Number</math> is any real number. | ||
+ | *<math>OutOf</math> is any real number which is greater than the number. | ||
+ | *So the number is describing according to the out of number. | ||
+ | *i.e., the given number is small or miniscule or fraction. | ||
+ | *For example DESCRIBENUMBER(-2,10,3)= small -2 | ||
+ | |||
+ | ==Examples== | ||
+ | #DESCRIBENUMBER(9,57,3) = 9/57 3 | ||
+ | #DESCRIBENUMBER(2.1,30,5) = 2.1/30 | ||
+ | #DESCRIBENUMBER(5,423) = miniscule Five And Zero | ||
+ | |||
+ | ==See Alos== | ||
+ | *[[Manuals/calci/PERFECTNUMBERS | PERFECTNUMBERS ]] | ||
+ | *[[Manuals/calci/HUNDRED | HUNDRED ]] | ||
+ | *[[Manuals/calci/NUMBEREIGHT | NUMBEREIGHT ]] | ||
+ | |||
+ | ==References== | ||
+ | *[https://en.wikipedia.org/wiki/Number Number] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 13:17, 4 May 2017
DESCRIBENUMBER (Number,OutOf,Item)
- and are any two real numbers.
Description
- This function gives the description of the given number.
- In , is any real number.
- is any real number which is greater than the number.
- So the number is describing according to the out of number.
- i.e., the given number is small or miniscule or fraction.
- For example DESCRIBENUMBER(-2,10,3)= small -2
Examples
- DESCRIBENUMBER(9,57,3) = 9/57 3
- DESCRIBENUMBER(2.1,30,5) = 2.1/30
- DESCRIBENUMBER(5,423) = miniscule Five And Zero