Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Not
Method
Not
library/cpp/expression/expression_variable.cpp:102–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
double TExpressionVariable::Not() {
103
return IsZeroDoubleValue() ? 1.0 : 0.0;
104
}
105
double TExpressionVariable::Minus() {
106
return -ToDouble();
107
}
Callers
2
CalcVariantExpression
Method · 0.80
Y_UNIT_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected