Skip to content

Commit

Permalink
Tweaking accuracy of CircleArc2Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizZak committed Jul 6, 2024
1 parent 1734c2f commit b2a18b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GeometriaTests/2D/CircleArc2Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ extension CircleArc2Tests {
.assertDistanceSquaredTo(
.init(x: -39, y: -160),
406.0259915373573,
accuracy: 1e-13
accuracy: 1e-12
)
.assertDistanceSquaredTo(
.init(x: -60, y: -140),
Expand Down

0 comments on commit b2a18b0

Please sign in to comment.