()
| 98 | |
| 99 | //--------------------------------------------------- |
| 100 | public float value() {//numerical value of a fraction |
| 101 | return (float)this.n/this.d; |
| 102 | } |
| 103 | |
| 104 | |
| 105 | //--------------------------------------------------- |
nothing calls this directly
no outgoing calls
no test coverage detected