We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d958bd2 commit d5d47bdCopy full SHA for d5d47bd
2 files changed
stan/math/opencl/prim/normal_lcdf.hpp
@@ -156,9 +156,7 @@ const char opencl_normal_lcdf_ldncdf_impl[] = STRINGIFY(
156
- 0.0170137970924080 * normal_lcdf_deriv_scaled_diff
157
- 0.0100428567412041;
158
}
159
- } else {
160
- normal_ldncdf = INFINITY;
161
- });
+ } else { normal_ldncdf = INFINITY; });
162
} // namespace internal
163
164
/** \ingroup opencl
stan/math/opencl/prim/std_normal_lcdf.hpp
@@ -164,9 +164,7 @@ const char opencl_std_normal_lcdf_dnlcdf[] = STRINGIFY(
- 0.0170137970924080 * std_normal_lcdf_deriv_scaled_y
165
166
167
168
- std_normal_lcdf_dnlcdf = INFINITY;
169
+ } else { std_normal_lcdf_dnlcdf = INFINITY; });
170
171
172
0 commit comments