From aaf57a02471104f141ec5acc9b1bcb7bc7950675 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 20 Nov 2006 15:24:21 +0000 Subject: [PATCH] Typo fix. [SVN r3421] --- doc/distributions/cauchy.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/distributions/cauchy.qbk b/doc/distributions/cauchy.qbk index d7fc50fa6..94ffeecf3 100644 --- a/doc/distributions/cauchy.qbk +++ b/doc/distributions/cauchy.qbk @@ -91,7 +91,7 @@ In the following table __x0 is the location parameter of the distribution, [table [[Function][Implementation Notes]] -[[pdf][Using the relation: pdf = 1 / ([pi] * [gamma] * (1 + ((x - __x0) / [gamma])[super[2]]) ]] +[[pdf][Using the relation: pdf = 1 / ([pi] * [gamma] * (1 + ((x - __x0) / [gamma])[super 2]) ]] [[cdf and its complement][ The cdf is normally given by:\n\n p = 0.5 + atan(x)/[pi]\n\n