Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ assert_equal
Function
assert_equal
code/geometry/primitives.test.cpp:5–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
}
4
5
void assert_equal(point a, point b) {
6
assert_nearly_equal(real(a), real(b));
7
assert_nearly_equal(imag(a), imag(b));
8
}
9
10
void test() {
11
/* Field testing: UVa10263, Kattis segmentdistance */
Callers
1
test
Function · 0.70
Calls
1
assert_nearly_equal
Function · 0.70
Tested by
no test coverage detected