File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ module LA_CONSTANTS
83
83
(minexponent (0._sp ) - digits (0._sp )) * 0.5_sp ))
84
84
! sbig = 1/S, where S was defined in https://doi.org/10.1145/355769.355771
85
85
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 ))
87
87
88
88
! Standard constants for
89
89
integer , parameter :: dp = kind (1.d0 )
@@ -126,6 +126,6 @@ module LA_CONSTANTS
126
126
(minexponent (0._dp ) - digits (0._dp )) * 0.5_dp ))
127
127
! sbig = 1/S, where S was defined in https://doi.org/10.1145/355769.355771
128
128
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 ))
130
130
131
131
end module LA_CONSTANTS
You can’t perform that action at this time.
0 commit comments