(result *BigInt, neg bool, half int)
| 193 | } |
| 194 | |
| 195 | func roundHalfDown(result *BigInt, neg bool, half int) bool { |
| 196 | return half > 0 |
| 197 | } |
| 198 | |
| 199 | func roundFloor(result *BigInt, neg bool, half int) bool { |
| 200 | return neg |
no outgoing calls
no test coverage detected
searching dependent graphs…