Hi!
The used effective number of PSP in the case that there are more then 10
is
10 + SQR(10 + SQR(k - 10))
where it should be just
10 + SQR(k - 10)
The effekt is as follows:
PSP buggy intended
11 13.3 11.0
12 13.4 11.4
13 13.4 11.7
14 13.5 12.0
15 13.5 12.2
16 13.5 12.4
17 13.6 12.6
18 13.6 12.8
19 13.6 13.0
20 13.6 13.2
26 13.7 14.0
35 13.9 15.0
46 14.0 16.0
59 14.1 17.0
74 14.2 18.0
91 14.4 19.0
110 14.5 20.0
131 14.6 21.0
154 14.7 22.0
179 14.8 23.0
206 14.9 24.0
235 15.0 25.0
266 15.1 26.0
299 15.2 27.0
334 15.3 28.0
371 15.4 29.0
410 15.5 30.0
451 15.6 31.0
494 15.7 32.0
539 15.7 33.0
586 15.8 34.0
635 15.9 35.0
686 16.0 36.0
739 16.1 37.0
794 16.2 38.0
851 16.2 39.0
910 16.3 40.0
Gabor
>> Stay informed about: PSP bug