MCPcopy Create free account
hub / github.com/KDE/labplot / xorFunction

Function xorFunction

src/backend/gsl/functions.cpp:904–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904double xorFunction(const double v1, const double v2) {
905 if (convertDoubleToBool(v1) == convertDoubleToBool(v2))
906 return 0;
907 return 1;
908}
909
910double notFunction(const double v) {
911 if (convertDoubleToBool(v))

Callers

nothing calls this directly

Calls 1

convertDoubleToBoolFunction · 0.85

Tested by

no test coverage detected