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

Method fp_neq

src/ap.cpp:1081–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081bool ap::fp_neq(double v1, double v2)
1082{
1083 // IEEE-strict floating point comparison
1084 return !fp_eq(v1,v2);
1085}
1086
1087bool ap::fp_less(double v1, double v2)
1088{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected