MCPcopy Create free account
hub / github.com/catchorg/Catch2 / divide

Function divide

tests/SelfTest/UsageTests/Approx.tests.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16namespace {
17 static double divide(double a, double b) {
18 return a / b;
19 }
20
21 class StrongDoubleTypedef {
22 double d_ = 0.0;

Callers 1

Approx.tests.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected