[latex3-commits] [git/LaTeX3-latex3-latex3] master: Update a code comment (suggested by JF) (66bf905)
Bruno Le Floch
bruno at le-floch.fr
Tue May 8 13:34:15 CEST 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/66bf9054bc93e9c43e31cf9285796983907f89ce
>---------------------------------------------------------------
commit 66bf9054bc93e9c43e31cf9285796983907f89ce
Author: Bruno Le Floch <bruno at le-floch.fr>
Date: Tue May 8 07:34:15 2018 -0400
Update a code comment (suggested by JF)
>---------------------------------------------------------------
66bf9054bc93e9c43e31cf9285796983907f89ce
l3kernel/l3fp-random.dtx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3kernel/l3fp-random.dtx b/l3kernel/l3fp-random.dtx
index 00ff798..5afe693 100644
--- a/l3kernel/l3fp-random.dtx
+++ b/l3kernel/l3fp-random.dtx
@@ -232,7 +232,7 @@
% $\lfloor\meta{exact}+2^{-29}+2^{-15}+2^{-1}\rfloor$ with
% $\meta{exact}=\meta{min} + R \times 0.X_1Y_1Y_0X_0$. Given we map
% $\meta{max}+1$ to $\meta{min}$, the shift has no effect on
-% uniformity. The non-uniformity is bounded by $2^{56}/R<2^{24}$. It
+% uniformity. The non-uniformity is bounded by $R/2^{56}<2^{-24}$. It
% may be possible to speed up the code by dropping tiny terms such as
% $R_0 X_0$, but the analysis of non-uniformity proves too difficult.
%
More information about the latex3-commits
mailing list