We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba3155 commit 43944ceCopy full SHA for 43944ce
test/specialfunctions/test_specialfunctions_gamma.fypp
@@ -20,7 +20,7 @@ module test_specialfunctions_gamma
20
public :: collect_specialfunctions_gamma
21
22
#:for k1, t1 in REAL_KINDS_TYPES
23
- ${t1}$, parameter :: tol_${k1}$ = 1000 * epsilon(1.0_${k1}$)
+ ${t1}$, parameter :: tol_${k1}$ = sqrt(epsilon(1.0_${k1}$))
24
#:endfor
25
26
contains
0 commit comments