table of contents
lamc4(3) | Library Functions Manual | lamc4(3) |
NAME¶
lamc4 - lamc4: ??
SYNOPSIS¶
Functions¶
subroutine DLAMC4 (emin, start, base)
DLAMC4 subroutine SLAMC4 (emin, start, base)
SLAMC4
Detailed Description¶
Function Documentation¶
subroutine DLAMC4 (integer emin, double precision start, integer base)¶
DLAMC4 Purpose:
!> DLAMC4 is a service routine for DLAMC2. !>
Parameters
EMIN
!> The minimum exponent before (gradual) underflow, computed by !> setting A = START and dividing by BASE until the previous A !> can not be recovered. !>
START
!> The starting point for determining EMIN. !>
BASE
!> The base of the machine. !>
Definition at line 688 of file dlamchf77.f.
subroutine SLAMC4 (integer emin, real start, integer base)¶
SLAMC4 Purpose:
!> SLAMC4 is a service routine for SLAMC2. !>
Parameters
EMIN
!> The minimum exponent before (gradual) underflow, computed by !> setting A = START and dividing by BASE until the previous A !> can not be recovered. !>
START
!> The starting point for determining EMIN. !>
BASE
!> The base of the machine. !>
Definition at line 688 of file slamchf77.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Version 3.12.0 | LAPACK |