Skip Menu |

This queue is for tickets about the Math-NumberCruncher CPAN distribution.

Report information
The Basics
Id: 35204
Status: new
Priority: 0/
Queue: Math-NumberCruncher

People
Owner: sifukurt [...] yahoo.com
Requestors: ericwang1001 [...] hotmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: (no value)



Subject: BestFit line number 159
In BestFit The for loop for be for ( $i = 0 ; $i < @$a_ref ; $i++ ) { instead of for ( $i = 0 ; $i <= @$a_ref ; $i++ ) { } Which will cause null values to be included and a bunch of warning about uninitialized variable. Eric