Ardenian
A
Ardenian
I ran into the following problem and I would be glad if you could help me, please.
Basically, I have a certain range of numbers and a second one, imaginary linked, like this:
Now I have only one of these two rows and I wish to 'call' the corresponding value from the second row.
How can I do this, with what mathematical expression ?
Note: I do not want to use array-based variables due to the huge amount of values I need
Basically, I have a certain range of numbers and a second one, imaginary linked, like this:
41 | 42 | 43 | 44 | ... | 79 |
40 | 80 | 120 | 160 | ... | 1560 |
Now I have only one of these two rows and I wish to 'call' the corresponding value from the second row.
How can I do this, with what mathematical expression ?
Note: I do not want to use array-based variables due to the huge amount of values I need
Last edited by a moderator: