(result *BigInt, neg bool, half int)
| 161 | ) |
| 162 | |
| 163 | func roundDown(result *BigInt, neg bool, half int) bool { |
| 164 | return false |
| 165 | } |
| 166 | |
| 167 | func roundUp(result *BigInt, neg bool, half int) bool { |
| 168 | return true |
no outgoing calls
no test coverage detected
searching dependent graphs…