Difference between revisions of "Manuals/calci/DESCRIBENUMBER"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
#DESCRIBENUMBER(2.1,30,5) = 2.1/30 | #DESCRIBENUMBER(2.1,30,5) = 2.1/30 | ||
#DESCRIBENUMBER(5,423) = miniscule Five And Zero | #DESCRIBENUMBER(5,423) = miniscule Five And Zero | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=7sIBhfkN5y8|280|center|Describing data with numbers}} | ||
==See Alos== | ==See Alos== |
Revision as of 15:05, 27 November 2018
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 .
- 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