Difference between revisions of "Manuals/calci/DESCRIBENUMBER"

From ZCubes Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
*This function gives the description of the given number.  
 
*This function gives the description of the given number.  
 
*In <math>DESCRIBENUMBER (Number,OutOf,Item)</math>, <math>Number</math> is any real 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.  
+
*<math>OutOf</math> is any real number which is greater than the <math>Number</math>.  
 
*So the number is describing according to the out of number.
 
*So the number is describing according to the out of number.
 
*i.e., the given number is small or miniscule or fraction.
 
*i.e., the given number is small or miniscule or fraction.

Revision as of 14:07, 22 May 2017

DESCRIBENUMBER (Number,OutOf,Item)


  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Number} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle OutOf} are any two real numbers.

Description

  • This function gives the description of the given number.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle DESCRIBENUMBER (Number,OutOf,Item)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Number} is any real number.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle OutOf} is any real number which is greater than the Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 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

  1. DESCRIBENUMBER(9,57,3) = 9/57 3
  2. DESCRIBENUMBER(2.1,30,5) = 2.1/30
  3. DESCRIBENUMBER(5,423) = miniscule Five And Zero

See Alos

References