Difference between revisions of "Manuals/calci/ODDSUPTO"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "oddsupto")
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
oddsupto
+
<div style="font-size:30px">'''ODDSUPTO (Limit,StartFrom) '''</div><br/>
 +
*<math>Limit</math> and <math>Start</math> are any real numbers.
 +
 
 +
==Description==
 +
*This function shows the odd numbers list within the given minimum and maximum limit of the numbers.
 +
*In <math>ODDSUPTO(Limit,StartFrom)</math>, <math>Limit</math> is the maximum limit number to display.
 +
*<math>Start From</math> is  the minimum number to start the odd numbers.
 +
*Any integer that cannot be divided exactly by 2 is an odd number.
 +
*So the last digit of the numbers are 1,3,5,7 or 9.So this function shows the odd numbers within the given range of numbers.
 +
*For Example ODDSUPTO(15,5) = 5 7 9 11 13
 +
 
 +
==Examples==
 +
#ODDSUPTO(90,80) = 80 82 84 86 88(If the start is not Odd, it will start from the Start parameter itself)
 +
#ODDSUPTO(20.4,7.4)=7.4 9.4 11.4 13.4 15.4 17.4 19.4
 +
#ODDSUPTO(10,-10) = -9 -7 -5 -3 -1 1 3 5 7 9
 +
#ODDSUPTO(100) = 1  3  5  7    9    11  13  15  17    19    21    23  25  27    29  31  33    35  37    39  41    43  45  47    49    51...
 +
 
 +
==Related Videos==
 +
 
 +
{{#ev:youtube|SFRTTUtAjg4|280|center|ODD}}
 +
 
 +
==See Also==
 +
*[[Manuals/calci/ODDS  | ODDS ]]
 +
*[[Manuals/calci/ODDSET  | ODDSET ]]
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]
 +
 
 +
==References==
 +
*[https://www.mathsisfun.com/numbers/even-odd.html Odds]
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 05:28, 14 April 2022

ODDSUPTO (Limit,StartFrom)


  • and are any real numbers.

Description

  • This function shows the odd numbers list within the given minimum and maximum limit of the numbers.
  • In , is the maximum limit number to display.
  • is the minimum number to start the odd numbers.
  • Any integer that cannot be divided exactly by 2 is an odd number.
  • So the last digit of the numbers are 1,3,5,7 or 9.So this function shows the odd numbers within the given range of numbers.
  • For Example ODDSUPTO(15,5) = 5 7 9 11 13

Examples

  1. ODDSUPTO(90,80) = 80 82 84 86 88(If the start is not Odd, it will start from the Start parameter itself)
  2. ODDSUPTO(20.4,7.4)=7.4 9.4 11.4 13.4 15.4 17.4 19.4
  3. ODDSUPTO(10,-10) = -9 -7 -5 -3 -1 1 3 5 7 9
  4. ODDSUPTO(100) = 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29 31 33 35 37 39 41 43 45 47 49 51...

Related Videos

ODD

See Also

References