Hi All,
I am getting strange results from _natscale where the r(min) is larger than the #_min and r(max) is smaller than #_max. I've tried changing the #_n -- which sometimes works....
First, does anyone have an idea why this algorithm is getting this wrong (the r(max) is a full 5 points higher than #_max)?
Second, is there a simple solution to fixing this?
Thanks in advance!
Ariel
I am getting strange results from _natscale where the r(min) is larger than the #_min and r(max) is smaller than #_max. I've tried changing the #_n -- which sometimes works....
First, does anyone have an idea why this algorithm is getting this wrong (the r(max) is a full 5 points higher than #_max)?
Second, is there a simple solution to fixing this?
Thanks in advance!
Ariel
Code:
_natscale 39.62556076049805 145.2605285644531 5
. return list
scalars:
r(n) = 6
r(min) = 40
r(max) = 140
r(delta) = 20

Comment