[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Negative Welch-Stetson Index



Doug-

Since you are using printf with %7.3f on the $ws variable, I don't think 
that is necessary. Perl will round it for you.

I modified the script to add the sexagesimal notation as was discussed on 
this list. I also commented the lines you reference out. If anyone wants 
it it is here:

http://www.lolife.com/tass/

Cheers,
Michael Koppelman

On Thursday, June 13, 2002, at 08:18  AM, Doug Welch wrote:

> The conditionals are not >= or <=, so 0.000 makes it through
> unscathed. The only reason I put those statements in was to
> avoid floats being printed. This was probably unnecessary -
> I didn't check what PERL actually does in those circumstances.