| 57 | // ------------------------------------------------ |
| 58 | |
| 59 | void Int::ModDouble() { |
| 60 | Int p; |
| 61 | Add(this); |
| 62 | p.Sub(this,&_P); |
| 63 | if(p.IsPositive()) |
| 64 | Set(&p); |
| 65 | } |
| 66 | |
| 67 | // ------------------------------------------------ |
| 68 |
no test coverage detected