I need to round a calculated value to the nearest value contained in a STAS table.
For better understanding, this are the specific values:
STAS table value:
0,102; 0,120; 0,145; 0,167; 0,182 ;
0,210; 0,245; 0,280;
0,327; 0,380;
0,423;
0,560;
0,650;
0,740;
0,850;
0,990;
My result is 0.381.
So i need to continue the calculations with the nearest STAS value, witch is 0.380.
Thanks!
Bookmarks