()
| 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 | //--------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected