MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / sqr

Method sqr

src/ap.cpp:1050–1051  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1048{ return 3.14159265358979323846; }
1049
1050double ap::sqr(double x)
1051{ return x*x; }
1052
1053int ap::maxint(int m1, int m2)
1054{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected