MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / reciprocal

Method reciprocal

Programs/ADTFractionApp.java:93–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91
92//---------------------------------------------------
93 public ADTFraction reciprocal() {//reciprocal of a fraction
94 ADTFraction f1=new ADTFraction(this.d,this.n);
95 return f1;
96 }
97
98
99//---------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected