mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug: Fix comment in mfbt/FastBernoulliTrial.h. DONTBUILD r=me
This commit is contained in:
parent
9d6d71deba
commit
53ca999364
@ -240,7 +240,7 @@ class FastBernoulliTrial {
|
||||
* we say something "equals 1", that means it's exactly equal to 1. We
|
||||
* treat approximation using intervals with open boundaries: saying a
|
||||
* value is in (0,1) doesn't specify how close to 0 or 1 the value gets.
|
||||
* When we use closed boundaries like [1, 2**-53], we're careful to ensure
|
||||
* When we use closed boundaries like [2**-53, 1], we're careful to ensure
|
||||
* the boundary values are actually representable.)
|
||||
*
|
||||
* - After the comparison above, we know mProbability is in (0,1).
|
||||
|
Loading…
Reference in New Issue
Block a user