File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 46
46
! >
47
47
! > If scale * sqrt( sumsq ) > tbig then
48
48
! > we require: scale >= sqrt( TINY*EPS ) / sbig on entry,
49
- ! > and if scale * sqrt( sumsq ) < tsml then
49
+ ! > and if 0 < scale * sqrt( sumsq ) < tsml then
50
50
! > we require: scale <= sqrt( HUGE ) / ssml on entry,
51
51
! > where
52
52
! > tbig -- upper threshold for values whose square is representable;
Original file line number Diff line number Diff line change 46
46
! >
47
47
! > If scale * sqrt( sumsq ) > tbig then
48
48
! > we require: scale >= sqrt( TINY*EPS ) / sbig on entry,
49
- ! > and if scale * sqrt( sumsq ) < tsml then
49
+ ! > and if 0 < scale * sqrt( sumsq ) < tsml then
50
50
! > we require: scale <= sqrt( HUGE ) / ssml on entry,
51
51
! > where
52
52
! > tbig -- upper threshold for values whose square is representable;
Original file line number Diff line number Diff line change 46
46
! >
47
47
! > If scale * sqrt( sumsq ) > tbig then
48
48
! > we require: scale >= sqrt( TINY*EPS ) / sbig on entry,
49
- ! > and if scale * sqrt( sumsq ) < tsml then
49
+ ! > and if 0 < scale * sqrt( sumsq ) < tsml then
50
50
! > we require: scale <= sqrt( HUGE ) / ssml on entry,
51
51
! > where
52
52
! > tbig -- upper threshold for values whose square is representable;
Original file line number Diff line number Diff line change 46
46
! >
47
47
! > If scale * sqrt( sumsq ) > tbig then
48
48
! > we require: scale >= sqrt( TINY*EPS ) / sbig on entry,
49
- ! > and if scale * sqrt( sumsq ) < tsml then
49
+ ! > and if 0 < scale * sqrt( sumsq ) < tsml then
50
50
! > we require: scale <= sqrt( HUGE ) / ssml on entry,
51
51
! > where
52
52
! > tbig -- upper threshold for values whose square is representable;
You can’t perform that action at this time.
0 commit comments