Difference between revisions of "Manuals/calci/FROMTO"
Jump to navigation
Jump to search
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<div style="font-size:30px">'''FROMTO (From,To,By)'''</div><br/> | <div style="font-size:30px">'''FROMTO (From,To,By)'''</div><br/> | ||
− | *<math>From</math> and < | + | *<math>From</math> and <math>To</math> are any real numbers. |
*<math>By</math> is the skip value. | *<math>By</math> is the skip value. | ||
==Description== | ==Description== | ||
− | *This function | + | *This function displays the numbers within the given range of numbers. |
*In <math>FROMTO (From,To,By)</math>,<math>From</math> is the starting number. | *In <math>FROMTO (From,To,By)</math>,<math>From</math> is the starting number. | ||
*<math>To</math> is the end number and <math>By</math> is the skip value. | *<math>To</math> is the end number and <math>By</math> is the skip value. | ||
− | *Here this function | + | *Here this function displays all the integer values within the given range of values. |
==Examples== | ==Examples== | ||
Line 14: | Line 14: | ||
#FROMTO(-60,20,12) = -60 -48 -36 -24 -12 0 12 | #FROMTO(-60,20,12) = -60 -48 -36 -24 -12 0 12 | ||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=YOc7gQ18-Uo|280|center|From Values}} | ||
==See Also== | ==See Also== |
Latest revision as of 05:59, 15 February 2019
FROMTO (From,To,By)
- and are any real numbers.
- is the skip value.
Description
- This function displays the numbers within the given range of numbers.
- In , is the starting number.
- is the end number and is the skip value.
- Here this function displays all the integer values within the given range of values.
Examples
- FROMTO(45,90,5)= 45 50 55 60 65 70 75 80 85 90
- FROMTO(23.34,78.23,7.2) = 23.34 30.54 37.74 44.94 52.14 59.34 66.54 73.74
- FROMTO(-60,20,12) = -60 -48 -36 -24 -12 0 12