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

Method mod

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

Source from the content-addressed store, hash-verified

284 }
285
286 public static double mod(double a, double b) {
287 return a % b;
288 }
289
290 public static double nor(double a, double b) {
291 return not(or(a, b));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected