15 double factorFactorial = 1;
16 double factorExp = std::exp(-this->activeFailureRate() * time);
18 for (
unsigned i = 0; i <= this->phases() - 1; ++i) {
21 factorPow *= this->activeFailureRate() * time;
23 res -= factorFactorial * factorExp * factorPow;