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 4646! >
4747! > If scale * sqrt( sumsq ) > tbig then
4848! > 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
5050! > we require: scale <= sqrt( HUGE ) / ssml on entry,
5151! > where
5252! > tbig -- upper threshold for values whose square is representable;
Original file line number Diff line number Diff line change 4646! >
4747! > If scale * sqrt( sumsq ) > tbig then
4848! > 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
5050! > we require: scale <= sqrt( HUGE ) / ssml on entry,
5151! > where
5252! > tbig -- upper threshold for values whose square is representable;
Original file line number Diff line number Diff line change 4646! >
4747! > If scale * sqrt( sumsq ) > tbig then
4848! > 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
5050! > we require: scale <= sqrt( HUGE ) / ssml on entry,
5151! > where
5252! > tbig -- upper threshold for values whose square is representable;
Original file line number Diff line number Diff line change 4646! >
4747! > If scale * sqrt( sumsq ) > tbig then
4848! > 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
5050! > we require: scale <= sqrt( HUGE ) / ssml on entry,
5151! > where
5252! > tbig -- upper threshold for values whose square is representable;
You can’t perform that action at this time.
0 commit comments