Help for this page

Select Code to Download


  1. or download this
    use Math::Polynomial::Solve qw!poly_derivative poly_roots!;
    
    my %haystack;
    ...
            }
        }
    }
    
  2. or download this
    # the arrays of zeros are now the keys
    %haystack = reverse %haystack;
    
    ...
        
    # supposed to print out the corresponding values from %haystack
    print Dumper{ values of a, b, c corresponding to the elements of @want
    +s };