degreeBy

open fun Polynomial.degreeBy(variable: Variable): UInt(source)
abstract fun Polynomial.degreeBy(variables: KoneSet<Variable>): UInt(source)