mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
doc: Fix typo
Author: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
parent
bd8ff38760
commit
ac219b92d3
@ -1037,7 +1037,7 @@ f(x) = exp(-parameter * (x - min) / (max - min + 1)) / (1 - exp(-parameter))
|
||||
</literallayout>
|
||||
Then value <replaceable>i</> between <replaceable>min</> and
|
||||
<replaceable>max</> inclusive is drawn with probability:
|
||||
<literal>f(x) - f(x + 1)</>.
|
||||
<literal>f(i) - f(i + 1)</>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user