diff options
Diffstat (limited to 'macros/polyreduce.sci')
-rw-r--r-- | macros/polyreduce.sci | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/polyreduce.sci b/macros/polyreduce.sci index 265b969..f3b3446 100644 --- a/macros/polyreduce.sci +++ b/macros/polyreduce.sci @@ -16,7 +16,6 @@ function p = polyreduce (c) //p= polyreduce (c) // Reduce a polynomial coefficient vector to a minimum number of terms by // stripping off any leading zeros. - //Test cases: //polyreduce ([0, 0, 1, 2, 3]) //Output: [1, 2, 3] |