How am I decrementing from 0.9?
I don't really see where it's messing up but I changed the "Starting current" to 1.1 and recorded two separate runs back to back. Got different results :\ ...
0.000000 Inf
1.000000 0.281704
0.900000 0.278008
0.800000 0.275036
0.700000 0.269224
0.600000 0.263418
0.500000 0.252832
0.400000 0.240307
0.300000 0.214960
0.200000 0.171040
0.000000 Inf
0.100000 0.645260
0.200000 0.480110
0.300000 0.421470
0.400000 0.395190
0.500000 0.377574
0.600000 0.366970
0.700000 0.357549
0.800000 0.352764
0.900000 0.347000
and
0.100000 3.132890
1.000000 0.282743
0.900000 0.279121
0.800000 0.276083
0.700000 0.270854
0.600000 0.264453
0.500000 0.255012
0.400000 0.242368
0.300000 0.215720
0.200000 0.174085
1.000000 0.034969
0.100000 0.654000
0.200000 0.485750
0.300000 0.423667
0.400000 0.396807
0.500000 0.378664
0.600000 0.368342
0.700000 0.358779
0.800000 0.353524
0.900000 0.347958
I would rather not make an array of values because I want to test it for different ranges and wouldn't that mean I have to make a whole bunch of arrays?
Why does it start at 0.1 instead of 1.1 and then at 1 instead of 0.1? X.x ... that is so random ... is it storing some values somewhere that I don't know about?