change INFINITY to HUGE_VAL
This commit is contained in:
parent
2e136dd1c3
commit
b32ef02cfd
1 changed files with 2 additions and 2 deletions
|
@ -1040,8 +1040,8 @@ int linear_fit_monotonic(linear_fit_t *l)
|
|||
double sxp;
|
||||
int i;
|
||||
|
||||
l->min=INFINITY;
|
||||
l->max=-INFINITY;
|
||||
l->min=HUGE_VAL;
|
||||
l->max=-HUGE_VAL;
|
||||
l->s1=0;
|
||||
l->sx=0;
|
||||
l->sy=0;
|
||||
|
|
Loading…
Add table
Reference in a new issue