On Sat, Oct 21, 2017 at 09:07:28AM +0900, Akira Yokosawa wrote: > >From ad506b1b01a5c13bbbe393c7acaa11b4320d0601 Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiyks@xxxxxxxxx> > Date: Sat, 21 Oct 2017 07:53:36 +0900 > Subject: [PATCH 1/3] debugging: Use \ln for natural logarithm in Eq E.9 > > Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> I applied all three, thank you! Good eyes, especially on the log->ln change. ;-) Thanx, Paul > --- > debugging/debugging.tex | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/debugging/debugging.tex b/debugging/debugging.tex > index a4537b0..700e725 100644 > --- a/debugging/debugging.tex > +++ b/debugging/debugging.tex > @@ -1265,7 +1265,7 @@ following formula: > Equation~\ref{eq:debugging:Error-Free Test Duration}, resulting in: > > \begin{equation} > - T = - \frac{1}{3} \log \frac{100 - 99.9}{100} = 2.3 > + T = - \frac{1}{3} \ln \frac{100 - 99.9}{100} = 2.3 > \end{equation} > > If the test runs without failure for 2.3 hours, we can be 99.9\,\% > -- > 2.7.4 > -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html