Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoevaLab/FREEC
/ pi
Method
pi
src/ap.cpp:1047–1048 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1045
{ return int(ceil(x)); }
1046
1047
double ap::pi()
1048
{ return 3.14159265358979323846; }
1049
1050
double ap::sqr(double x)
1051
{ return x*x; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected