All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] debugging: Use \ln for natural logarithm in Eq E.9
@ 2017-10-21  0:07 Akira Yokosawa
  2017-10-21  0:09 ` [PATCH 2/3] Remove trademark and registered symbols in text Akira Yokosawa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Akira Yokosawa @ 2017-10-21  0:07 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From ad506b1b01a5c13bbbe393c7acaa11b4320d0601 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
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@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-10-21  0:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-21  0:07 [PATCH 1/3] debugging: Use \ln for natural logarithm in Eq E.9 Akira Yokosawa
2017-10-21  0:09 ` [PATCH 2/3] Remove trademark and registered symbols in text Akira Yokosawa
2017-10-21  0:10 ` [PATCH 3/3] toolsoftrade: Adjust wording on age of POWER5 Akira Yokosawa
2017-10-21  0:26 ` [PATCH 1/3] debugging: Use \ln for natural logarithm in Eq E.9 Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.