Retrieve the degree bound in `self`.
(&self)
| 165 | |
| 166 | /// Retrieve the degree bound in `self`. |
| 167 | pub fn degree_bound(&self) -> Option<usize> { |
| 168 | self.degree_bound |
| 169 | } |
| 170 | |
| 171 | /// Retrieve whether the polynomial in `self` should be hidden. |
| 172 | pub fn is_hiding(&self) -> bool { |
no outgoing calls
no test coverage detected