| 6906 | } |
| 6907 | |
| 6908 | poly redtail (poly p, int end_pos, kStrategy strat) |
| 6909 | { |
| 6910 | LObject L(p, currRing); |
| 6911 | return redtail(&L, end_pos, strat); |
| 6912 | } |
| 6913 | |
| 6914 | poly redtailBba (LObject* L, int end_pos, kStrategy strat, BOOLEAN withT, BOOLEAN normalize) |
| 6915 | { |
no outgoing calls
no test coverage detected