nthAntiderivativeWithRespectTo
fun <C> LabeledPolynomial<C>.nthAntiderivativeWithRespectTo(variable: LabeledVariable, order: UInt): LabeledPolynomial<C>(source)
fun <C> LabeledPolynomial<C>.nthAntiderivativeWithRespectTo(variablesAndOrders: KoneMap<LabeledVariable, UInt>): LabeledPolynomial<C>(source)