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

Function orFunction

src/backend/gsl/functions.cpp:900–902  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898}
899
900double orFunction(const double v1, const double v2) {
901 return (convertDoubleToBool(v1) || convertDoubleToBool(v2));
902}
903
904double xorFunction(const double v1, const double v2) {
905 if (convertDoubleToBool(v1) == convertDoubleToBool(v2))

Callers

nothing calls this directly

Calls 1

convertDoubleToBoolFunction · 0.85

Tested by

no test coverage detected