14 double factorFactorial = 1;
15 double factorExp = std::exp(-this->activeFailureRate() * time);
17 for (
unsigned i = 0; i <= this->phases() - 1; ++i) {
20 factorPow *= this->activeFailureRate() * time;
22 res -= factorFactorial * factorExp * factorPow;