Difference between revisions of "Manuals/calci/RANDNUM"
Jump to navigation
Jump to search
| Line 4: | Line 4: | ||
==Description== | ==Description== | ||
*This function shows the Integer value Randomly. | *This function shows the Integer value Randomly. | ||
| − | *In <math>RANDNUM(Max)</math>,<math>Max</ | + | *In <math>RANDNUM(Max)</math>,<math>Max</math> is any real number. |
*Here Max is the maximum limit value of the number. | *Here Max is the maximum limit value of the number. | ||
*When Max is the positive real number then function will return the result either in positive or negative integer value. | *When Max is the positive real number then function will return the result either in positive or negative integer value. | ||
Revision as of 12:52, 21 April 2017
RANDNUM (Max)
- 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 Max} is the final limit value.
Description
- This function shows the Integer value Randomly.
- 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 RANDNUM(Max)} , is any real number.
- Here Max is the maximum limit value of the number.
- When Max is the positive real number then function will return the result either in positive or negative integer value.
- So this function will return as the whole number either positive ,negative or zero.
Examples
- RANDNUM(65) = 54
- RANDNUM(-90) = -7
- RANDNUM(78.5) = 48
See Also