2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-25 06:22:09 +00:00

Typo fix.

[SVN r3421]
This commit is contained in:
John Maddock
2006-11-20 15:24:21 +00:00
parent 1abdcfd762
commit aaf57a0247

View File

@@ -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