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

Method iceil

src/ap.cpp:1044–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042{ return int(floor(x)); }
1043
1044int ap::iceil(double x)
1045{ return int(ceil(x)); }
1046
1047double ap::pi()
1048{ return 3.14159265358979323846; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected