Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aghajari/MathParser
/ not
Method
not
MathParser/src/com/aghajari/math/Functions.java:294–296 ·
view source on GitHub ↗
(double a)
Source
from the content-addressed store, hash-verified
292
}
293
294
public
static
double not(double a) {
295
return
~((long) a);
296
}
297
298
public
static
double or(double a, double b) {
299
return
(long) a | (long) b;
Callers
1
nor
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected