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

Method value

Programs/ADTFractionApp.java:100–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99//---------------------------------------------------
100 public float value() {//numerical value of a fraction
101 return (float)this.n/this.d;
102 }
103
104
105//---------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected