(result *BigInt, neg bool, half int)
| 197 | } |
| 198 | |
| 199 | func roundFloor(result *BigInt, neg bool, half int) bool { |
| 200 | return neg |
| 201 | } |
| 202 | |
| 203 | func roundCeiling(result *BigInt, neg bool, half int) bool { |
| 204 | return !neg |
no outgoing calls
no test coverage detected
searching dependent graphs…