MCPcopy Create free account
hub / github.com/Aghajari/MathParser / nor

Method nor

MathParser/src/com/aghajari/math/Functions.java:290–292  ·  view source on GitHub ↗
(double a, double b)

Source from the content-addressed store, hash-verified

288 }
289
290 public static double nor(double a, double b) {
291 return not(or(a, b));
292 }
293
294 public static double not(double a) {
295 return ~((long) a);

Callers

nothing calls this directly

Calls 2

notMethod · 0.95
orMethod · 0.95

Tested by

no test coverage detected