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

Method doubleMath

vm/tests/resources/rjvm/NumericTypes.java:31–36  ·  view source on GitHub ↗
(int i, double d)

Source from the content-addressed store, hash-verified

29 }
30
31 private static void doubleMath(int i, double d) {
32 tempPrint(i + d);
33 tempPrint((int) (i + d));
34 tempPrint((float) (i + d));
35 tempPrint((long) (i + d));
36 }
37
38 private static void negate(int i, long l, float f, double d) {
39 tempPrint(-i);

Callers 1

mainMethod · 0.95

Calls 1

tempPrintMethod · 0.95

Tested by

no test coverage detected