Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SuprDewd/CompetitiveProgramming
/ assert_equal
Function
assert_equal
code/geometry/lines.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
Callers
15
test
Function · 0.70
test
Function · 0.50
test
Function · 0.50
test
Function · 0.50
test
Function · 0.50
make_sure_ok
Function · 0.50
test1
Function · 0.50
test1_fake
Function · 0.50
test2
Function · 0.50
test
Function · 0.50
test
Function · 0.50
test
Function · 0.50
Calls
1
assert_nearly_equal
Function · 0.70
Tested by
no test coverage detected