Price fraction: Difference between revisions

m
no edit summary
m (make table slightly more consistent)
mNo edit summary
Line 4:
Task: Given a floating point value between 0.00 and 1.00, rescale according to the following table:
 
>= 0.00 < 0.06 := 0.110
>= 0.06 < 0.11 := 0.18
>= 0.11 < 0.16 := 0.26
Line 10:
>= 0.21 < 0.26 := 0.38
>= 0.26 < 0.31 := 0.44
>= 0.31 < 0.36 := 0.550
>= 0.36 < 0.41 := 0.54
>= 0.41 < 0.46 := 0.58
>= 0.46 < 0.51 := 0.62
>= 0.51 < 0.56 := 0.66
>= 0.56 < 0.61 := 0.770
>= 0.61 < 0.66 := 0.74
>= 0.66 < 0.71 := 0.78
>= 0.71 < 0.76 := 0.82
>= 0.76 < 0.81 := 0.86
>= 0.81 < 0.86 := 0.990
>= 0.86 < 0.91 := 0.94
>= 0.91 < 0.96 := 0.98
Anonymous user