File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ module LA_CONSTANTS
8383 (minexponent (0._sp ) - digits (0._sp )) * 0.5_sp ))
8484! sbig = 1/S, where S was defined in https://doi.org/10.1145/355769.355771
8585 real (sp), parameter :: ssbig = real (radix (0._sp ), sp)** ( - ceiling ( &
86- (maxexponent (0._sp ) - digits (0._sp ) + 1 ) * 0.5_sp ))
86+ (maxexponent (0._sp ) + digits (0._sp ) - 1 ) * 0.5_sp ))
8787
8888! Standard constants for
8989 integer , parameter :: dp = kind (1.d0 )
@@ -126,6 +126,6 @@ module LA_CONSTANTS
126126 (minexponent (0._dp ) - digits (0._dp )) * 0.5_dp ))
127127! sbig = 1/S, where S was defined in https://doi.org/10.1145/355769.355771
128128 real (dp), parameter :: dsbig = real (radix (0._dp ), dp)** ( - ceiling ( &
129- (maxexponent (0._dp ) - digits (0._dp ) + 1 ) * 0.5_dp ))
129+ (maxexponent (0._dp ) + digits (0._dp ) - 1 ) * 0.5_dp ))
130130
131131end module LA_CONSTANTS
You can’t perform that action at this time.
0 commit comments