Difference between revisions of "Manuals/calci/GENERATENEGATIVE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''GENERATENEGATIVE (Range,HowMany)'''</div><br/> *<math>Range</math> is the range between which numbers are displayed. *<math>HowMany</math> is th...")
 
Line 24: Line 24:
  
 
==References==
 
==References==
 +
*[https://en.wikipedia.org/wiki/Negative_number Negative numbers]
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 16:25, 18 July 2017

GENERATENEGATIVE (Range,HowMany)


  • is the range between which numbers are displayed.
  • is the count as how many numbers are to be displayed.

Description

  • This function shows the negative values with in the given range of values.
  • In GENERATENEGATIVE (Range,HowMany), is the range between which numbers are displayed.
  • is the count as how many numbers are to be displayed.A negative number is a real number which is less than zero.
  • Negative numbers are usually written with a minus sign in front.
  • Every real number other than zero is either positive or negative.
  • Here it is showing all the negative values in decimals with in the specified range.
  • For example GENERATENEGATIVE(4,2)=-2.243166047044588 -0.670094454222137

Examples

  1. GENERATENEGATIVE(5,3) = -1.7750995266719505 -0.9692655431475483 -0.21813827209870462
  2. GENERATENEGATIVE(376,4) = -350.2894150800792 -135.6567954266685 -311.6062141512934 -207.21596131725042
  3. GENERATENEGATIVE(-56,5.2) = -15.176298833175697 -24.57331801400207 -14.381718079490158 -33.65992748182321 -35.352780349952766 -47.65123696769738
  4. GENERATENEGATIVE(98.5,2) = -66.22122617056542 -19.559071389120156

See Also

References