Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/labplot
/ equal
Function
equal
src/backend/gsl/functions.cpp:882–884 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
880
}
881
882
double equal(const double v1, const double v2) {
883
return v1 == v2;
884
}
885
886
bool convertDoubleToBool(const double value) {
887
return value != 0;
Callers
2
equal
Method · 0.85
equal_subtree
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected