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

Method c

MathParser/src/com/aghajari/math/Functions.java:475–477  ·  view source on GitHub ↗
(double x, double y)

Source from the content-addressed store, hash-verified

473 }
474
475 public static double c(double x, double y) {
476 return factorial(x) / (factorial(y) * factorial(x - y));
477 }
478}

Callers

nothing calls this directly

Calls 1

factorialMethod · 0.95

Tested by

no test coverage detected