Difference between revisions of "Manuals/calci/INTEGERS"
Jump to navigation
Jump to search
(Created page with "integers") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <div style="font-size:30px">'''INTEGERS (Limit)'''</div><br/> | |
+ | *<math>Limit</math> is any positive real number. | ||
+ | |||
+ | ==Description== | ||
+ | *This function returns the Integers up to the given number. | ||
+ | *Integer means "A number with no fractional part". | ||
+ | *In <math>INTEGERS(Limit)</math>, <math>Limit</math> is the any positive real number. | ||
+ | *It will display the all positive integer up to the given limit number. | ||
+ | *Integer number will start from 1 and end with the limit number. | ||
+ | *This function will return the result as NaN when the limit number is negative. | ||
+ | |||
+ | ==Examples== | ||
+ | #INTEGERS(9) = 1 2 3 4 5 6 7 8 9 | ||
+ | #INTEGERS(20.24) = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ||
+ | #INTEGERS(26/4) = 1 2 3 4 5 6 7 | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=jVvvUiExjes|280|center|Integers}} | ||
+ | |||
+ | ==See Also== | ||
+ | *[[Manuals/calci/INT| INT]] | ||
+ | *[[Manuals/calci/INTDIV| INTDIV]] | ||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] | ||
+ | |||
+ | ==References== | ||
+ | [https://en.wikipedia.org/wiki/Integer Integers] | ||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | *[[ Z3 | Z3 home ]] |
Latest revision as of 14:35, 14 January 2019
INTEGERS (Limit)
- is any positive real number.
Description
- This function returns the Integers up to the given number.
- Integer means "A number with no fractional part".
- In , is the any positive real number.
- It will display the all positive integer up to the given limit number.
- Integer number will start from 1 and end with the limit number.
- This function will return the result as NaN when the limit number is negative.
Examples
- INTEGERS(9) = 1 2 3 4 5 6 7 8 9
- INTEGERS(20.24) = 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
- INTEGERS(26/4) = 1 2 3 4 5 6 7