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

Method or

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

Source from the content-addressed store, hash-verified

296 }
297
298 public static double or(double a, double b) {
299 return (long) a | (long) b;
300 }
301
302 public static double and(double a, double b) {
303 return (long) a & (long) b;

Callers 1

norMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected