mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-07 20:21:15 +00:00
Slightly reduce approxEq bit equality accuracy
This commit is contained in:
parent
3e38074a9f
commit
68c4260f52
|
@ -9,7 +9,7 @@ open OpenTK
|
|||
[<AutoOpen>]
|
||||
module private AssertHelpers =
|
||||
[<Literal>]
|
||||
let private BitAccuracy = 4
|
||||
let private BitAccuracy = 5
|
||||
|
||||
let approxEq a b = MathHelper.ApproximatelyEqual(a,b,BitAccuracy)
|
||||
|
||||
|
|
Loading…
Reference in a new issue