GCC Code Coverage Report | |||||||||||||||||||||
|
|||||||||||||||||||||
Line | Branch | Exec | Source |
1 |
#include <mathfunctions/SquareRoot.h> |
||
2 |
|||
3 |
#include <cmath> |
||
4 |
|||
5 |
namespace MathFunctions { |
||
6 |
10 |
auto sqrt(double x) -> double { return std::sqrt(x); } |
|
7 |
} // namespace MathFunctions |
Generated by: GCOVR (Version 4.2) |