Difference between revisions of "Manuals/calci/ODDS"

From ZCubes Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
#ODDS(7,-7) = -7 -5 -3 -1 1 3 5
 
#ODDS(7,-7) = -7 -5 -3 -1 1 3 5
 
#ODDS(5,102.3) = 102.3 104.3 106.3 108.3 110.3
 
#ODDS(5,102.3) = 102.3 104.3 106.3 108.3 110.3
 +
#max = 12;
 +
ODDS(max) = 1  3  5  7  9  11  13  15  17  19  21  23
  
 
==Related Videos==
 
==Related Videos==

Revision as of 01:50, 30 June 2021

ODDS (Limit,StartFrom)


  • and are any real numbers.

Description

  • This function shows the odd numbers list with in the given limit of the numbers.
  • In , is the number of odd numbers 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 with the given limit of numbers.
  • For Example ODDS(5,65)=65 67 69 71 73

Examples

  1. ODDS(10,0) = 1 3 5 7 9 11 13 15 17 19
  2. ODDS(7,-7) = -7 -5 -3 -1 1 3 5
  3. ODDS(5,102.3) = 102.3 104.3 106.3 108.3 110.3
  4. max = 12;

ODDS(max) = 1 3 5 7 9 11 13 15 17 19 21 23

Related Videos

ODD

See Also

References