MCPcopy Create free account
hub / github.com/Apress/beginning-cpp20 / main

Function main

Examples/NoModules/Appendix A/ExA_10/ExA_10.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "BadMath.h"
4
5int main()
6{
7 std::cout << square(1.234) << std::endl;
8}

Callers

nothing calls this directly

Calls 1

squareFunction · 0.70

Tested by

no test coverage detected