Browse Source

fix typo

tempestpy_adaptions
dehnert 7 years ago
parent
commit
48b0a40d8a
  1. 2
      src/storm/utility/numerical.h

2
src/storm/utility/numerical.h

@ -178,7 +178,7 @@ namespace storm {
k = 4;
do {
R = maxr + static_cast<uint64_t>(std::ceil(k * r2l + 0.5));
R = mmax + static_cast<uint64_t>(std::ceil(k * r2l + 0.5));
STORM_LOG_THROW(R <= maxr, storm::exceptions::PrecisionExceededException, "Fox-Glynn: cannot bound right tail.");
ValueType dkl = storm::utility::one<ValueType>();
if (dkl * std::exp(-(k * k / 2.0)) / k <= rhsa) {

Loading…
Cancel
Save