From 48aa6fe6c4b9fd8ef3237198bca1f3c524c059ba Mon Sep 17 00:00:00 2001 From: Tobias Glaubach Date: Tue, 17 Jul 2018 23:57:23 +0200 Subject: [PATCH] grooming --- src/Numerics/Polynomial.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Numerics/Polynomial.cs b/src/Numerics/Polynomial.cs index ce2e6cd9..64a57887 100644 --- a/src/Numerics/Polynomial.cs +++ b/src/Numerics/Polynomial.cs @@ -557,7 +557,6 @@ namespace MathNet.Numerics /// /// Division of two polynomials returning the quotient-with-remainder of the two polynomials given /// - /// left polynomial /// right polynomial /// a tuple holding quotient in first and remainder in second public Tuple DivideLong(Polynomial b)