Hello
I can't recollect if there is a function that returns a value from 2nd column of global table based on value that is given in first column.
e.g. From following data, if I enter 'SomeFunc("Table",0.8) I would get 190 (rounded above).
.25 |
100 |
.5 | 150 |
.75 | 175 |
1.0 | 190 |
I know about d/c/empirical. The number in first column is not random but calculated.
Any help is appreciated.