MCPcopy Create free account
hub / github.com/careercup/ctci / Print

Method Print

java/Chapter 7/Question7_6/Line.java:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22 }
23
24 public void Print() {
25 System.out.println("y = " + slope + "x + " + intercept);
26 }
27
28 public static double floorToNearestEpsilon(double d) {
29 int r = (int) (d / epsilon);

Callers 7

mainMethod · 0.95
InOrderTraverseFunction · 0.80
printPathFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected