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

Method minreal

src/ap.cpp:1068–1071  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068double ap::minreal(double m1, double m2)
1069{
1070 return m1>m2 ? m2 : m1;
1071}
1072
1073bool ap::fp_eq(double v1, double v2)
1074{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected