Difference between revisions of "Manuals/calci/ODDSUPTO"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <div style="font-size:30px">''' | + | <div style="font-size:30px">'''ODDSUPTO (Limit,StartFrom) '''</div><br/> |
*<math>Limit</math> and <math>Start</math> are any real numbers. | *<math>Limit</math> and <math>Start</math> are any real numbers. | ||
Revision as of 13:09, 17 April 2017
ODDSUPTO (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 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 with the given number of numbers.
- For Example ODDSUPTO(15,5) = 5 7 9 11 13
Examples
- ODDSUPTO(90,80) = 81 83 85 87 89
- 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