MCPcopy Create free account
hub / github.com/andreabergia/rjvm / longMath

Method longMath

vm/tests/resources/rjvm/NumericTypes.java:24–29  ·  view source on GitHub ↗
(int i, long l)

Source from the content-addressed store, hash-verified

22 }
23
24 private static void longMath(int i, long l) {
25 tempPrint(l - i);
26 tempPrint((int) (l - i));
27 tempPrint((float) (l - i));
28 tempPrint((double) (l - i));
29 }
30
31 private static void doubleMath(int i, double d) {
32 tempPrint(i + d);

Callers 1

mainMethod · 0.95

Calls 1

tempPrintMethod · 0.95

Tested by

no test coverage detected