| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''FROMTOGEOMETRIC (From,To,By)'''</div><br/>
| + | =FROMTOGEOMETRIC (From,To,By)= |
| | + | |
| | + | where |
| | *<math> From</math> is the starting number. | | *<math> From</math> is the starting number. |
| | *<math>To</math> is the final value. | | *<math>To</math> is the final value. |
| | *<math>By</math> is the skip value. | | *<math>By</math> is the skip value. |
| | + | |
| | + | FROMTOGEOMETRIC () shows the geometric sequence of numbers. |
| | | | |
| | ==Description== | | ==Description== |
| − | *This function shows the geometric sequence of numbers.
| + | FROMTOGEOMETRIC (From,To,By) |
| − | *In <math>FROMTOGEOMETRIC (From,To,By)</math>,<math>From</math> is the starting number.
| + | *<math>From</math> is the starting number. |
| | *<math>To</math> is the final number.<math>By</math> is the common ratio value. | | *<math>To</math> is the final number.<math>By</math> is the common ratio value. |
| | *A Sequence is a set of things that are in order.In a Geometric Sequence each term is found by multiplying the previous term by a constant. | | *A Sequence is a set of things that are in order.In a Geometric Sequence each term is found by multiplying the previous term by a constant. |