LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
subroutine slabad | ( | real | small, |
real | large | ||
) |
SLABAD
Download SLABAD + dependencies [TGZ] [ZIP] [TXT]
SLABAD is a no-op and kept for compatibility reasons. It used to correct the overflow/underflow behavior of machines that are not IEEE-754 compliant.
[in,out] | SMALL | SMALL is REAL On entry, the underflow threshold as computed by SLAMCH. On exit, the unchanged value SMALL. |
[in,out] | LARGE | LARGE is REAL On entry, the overflow threshold as computed by SLAMCH. On exit, the unchanged value LARGE. |
Definition at line 66 of file slabad.f.