Difference between revisions of "Manuals/calci/EVENS"

From ZCubes Wiki
Jump to navigation Jump to search
(One intermediate revision by one other user not shown)
Line 15: Line 15:
 
#EVENS(7,-30) = -30 -28 -26 -24 -22 -20 -18
 
#EVENS(7,-30) = -30 -28 -26 -24 -22 -20 -18
 
#EVENS(6,9.43) = 9.43 11.43 13.43 15.43 17.43 19.43
 
#EVENS(6,9.43) = 9.43 11.43 13.43 15.43 17.43 19.43
 +
 +
==Related Videos==
 +
{{#ev:youtube|SFRTTUtAjg4|280|center|EVEN}}
  
 
==See Also==
 
==See Also==
Line 25: Line 28:
 
==References==
 
==References==
 
[https://www.mathsisfun.com/numbers/even-odd.html Even numbers]
 
[https://www.mathsisfun.com/numbers/even-odd.html Even numbers]
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Revision as of 15:34, 11 January 2019

EVENS (Limit,StartFrom)


  • is the number of even numbers.
  • is the minimum number.

Description

  • This function returns the Even numbers list.
  • In , is number of Even numbers and is the Starting of Even numbers.
  • Even number is an integer of the form , where is an integer.
  • So even numbers are integrally divisible by two which means there is no remainder when dividing by 2.
  • Even numbers can be either positive or negative.
  • For example -4,-2,0,2,4,6,8,10....

Examples

  1. EVENS(10,89) = 90 92 94 96 98 100 102 104 106 108
  2. EVENS(7,-30) = -30 -28 -26 -24 -22 -20 -18
  3. EVENS(6,9.43) = 9.43 11.43 13.43 15.43 17.43 19.43

Related Videos

EVEN

See Also

References

Even numbers