Commit 751b7041 authored by Robert Haas's avatar Robert Haas

docs: Add missing period.

Fabien COELHO and Robert Haas
parent b34e37bf
...@@ -781,8 +781,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</> ...@@ -781,8 +781,7 @@ pgbench <optional> <replaceable>options</> </optional> <replaceable>dbname</>
<literal> <literal>
(PHI(2.0 * threshold * (i - min - mu + 0.5) / (max - min + 1)) - (PHI(2.0 * threshold * (i - min - mu + 0.5) / (max - min + 1)) -
PHI(2.0 * threshold * (i - min - mu - 0.5) / (max - min + 1))) / PHI(2.0 * threshold * (i - min - mu - 0.5) / (max - min + 1))) /
(2.0 * PHI(threshold) - 1.0) (2.0 * PHI(threshold) - 1.0)</>.
</>
Intuitively, the larger the <replaceable>threshold</>, the more Intuitively, the larger the <replaceable>threshold</>, the more
frequently values close to the middle of the interval are drawn, and the frequently values close to the middle of the interval are drawn, and the
less frequently values close to the <replaceable>min</> and less frequently values close to the <replaceable>min</> and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment