We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197701b commit c1323b5Copy full SHA for c1323b5
src/stdlib_experimental_stats_mean.fypp
@@ -19,7 +19,7 @@ contains
19
${t1}$ :: res
20
21
if (.not.optval(mask, .true.)) then
22
- res = ieee_value(real(res, kind=${k1}$), ieee_quiet_nan)
+ res = ieee_value(1._${k1}$, ieee_quiet_nan)
23
return
24
end if
25
@@ -38,7 +38,7 @@ contains
38
real(dp) :: res
39
40
41
- res = ieee_value(res, ieee_quiet_nan)
+ res = ieee_value(1._dp, ieee_quiet_nan)
42
43
44
@@ -59,7 +59,7 @@ contains
59
${t1}$ :: res${reduced_shape('x', rank, 'dim')}$
60
61
62
63
64
65
@@ -84,7 +84,7 @@ contains
84
real(dp) :: res${reduced_shape('x', rank, 'dim')}$
85
86
87
88
89
90
0 commit comments