()
| 385 | |
| 386 | |
| 387 | def randsign(): |
| 388 | return (1, -1)[randrange(2)] |
| 389 | |
| 390 | # If itr == None, test all combinations of digit lengths up to prec + 30 |
| 391 | def tern_incr_digits(prec, maxexp, itr): |
no outgoing calls
no test coverage detected
searching dependent graphs…