Replacement for the original Minpack routine.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | i |
real(wp) function dpmpar(i) implicit none integer,intent(in) :: i real(wp),dimension(3),parameter :: dmach = [epsilon(1.0_wp),& tiny(1.0_wp),& huge(1.0_wp)] dpmpar = dmach(i) end function dpmpar