Help for this page
sub find_range { my $max=$_[0]; ... $range=($max-$min)/($step_real); return($range); }