(result *BigInt, neg bool, half int)
| 165 | } |
| 166 | |
| 167 | func roundUp(result *BigInt, neg bool, half int) bool { |
| 168 | return true |
| 169 | } |
| 170 | |
| 171 | func round05Up(result *BigInt, neg bool, half int) bool { |
| 172 | var z BigInt |
no outgoing calls
no test coverage detected
searching dependent graphs…