~ubuntu-branches/ubuntu/quantal/commons-math/quantal

« back to all changes in this revision

Viewing changes to src/main/java/org/apache/commons/math/analysis/polynomials/PolynomialsUtils.java

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan
  • Date: 2010-04-05 23:33:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100405233302-gpqlceked76nw28a
Tags: 2.1-1
* New upstream release.
* Bump Standards-Version to 3.8.4: no changes needed
* Bump debhelper to >= 7
* Switch to 3.0 (quilt) source format:
  - Remove B-D on quilt
  - Add d/source/format
  - Remove d/README.source

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
/**
24
24
 * A collection of static methods that operate on or return polynomials.
25
 
 * 
26
 
 * @version $Revision: 760901 $ $Date: 2009-04-01 10:29:18 -0400 (Wed, 01 Apr 2009) $
 
25
 *
 
26
 * @version $Revision: 811685 $ $Date: 2009-09-05 13:36:48 -0400 (Sat, 05 Sep 2009) $
27
27
 * @since 2.0
28
28
 */
29
29
public class PolynomialsUtils {
219
219
        return new PolynomialFunction(a);
220
220
 
221
221
    }
222
 
    
 
222
 
223
223
    /** Compute polynomial coefficients up to a given degree.
224
224
     * @param degree maximal degree
225
225
     * @param maxDegree current maximal degree