mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
doc: Fix typo
Author: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
parent
f97256570f
commit
c1bb787046
@ -1045,7 +1045,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…
Reference in New Issue
Block a user