MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / assert_equal

Function assert_equal

code/geometry/circles.test.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3}
4
5void assert_equal(point a, point b) {
6 assert_nearly_equal(real(a), real(b));
7 assert_nearly_equal(imag(a), imag(b));
8}
9
10void test() {
11

Callers 1

testFunction · 0.70

Calls 1

assert_nearly_equalFunction · 0.70

Tested by

no test coverage detected