![]() |
LAPACK
3.9.0
LAPACK: Linear Algebra PACKage
|
| subroutine slamc4 | ( | integer | EMIN, |
| real | START, | ||
| integer | BASE | ||
| ) |
SLAMC4
Purpose:
SLAMC4 is a service routine for SLAMC2.
| [out] | EMIN | The minimum exponent before (gradual) underflow, computed by
setting A = START and dividing by BASE until the previous A
can not be recovered. |
| [in] | START | The starting point for determining EMIN. |
| [in] | BASE | The base of the machine. |
Definition at line 694 of file slamchf77.f.