public class org.apache.commons.math3.analysis.polynomials.PolynomialFunction implements org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableFunction, org.apache.commons.math3.analysis.DifferentiableUnivariateFunction, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.analysis.polynomials.PolynomialFunction
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7726511984200295583

  private final double[] coefficients;
    descriptor: [D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double[]);
    descriptor: ([D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // double[] c
         0: .line 68
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 69
            aload 1 /* c */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         2: .line 70
            aload 1 /* c */
            arraylength
            istore 2 /* n */
        start local 2 // int n
         3: .line 71
            iload 2 /* n */
            ifne 6
         4: .line 72
            new org.apache.commons.math3.exception.NoDataException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            invokespecial org.apache.commons.math3.exception.NoDataException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;)V
            athrow
         5: .line 75
      StackMap locals: org.apache.commons.math3.analysis.polynomials.PolynomialFunction double[] int
      StackMap stack:
            iinc 2 /* n */ -1
         6: .line 74
      StackMap locals:
      StackMap stack:
            iload 2 /* n */
            iconst_1
            if_icmple 7
            aload 1 /* c */
            iload 2 /* n */
            iconst_1
            isub
            daload
            dconst_0
            dcmpl
            ifeq 5
         7: .line 77
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* n */
            newarray 7
            putfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
         8: .line 78
            aload 1 /* c */
            iconst_0
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iconst_0
            iload 2 /* n */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         9: .line 79
            return
        end local 2 // int n
        end local 1 // double[] c
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0   10     1     c  [D
            3   10     2     n  I
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException, org.apache.commons.math3.exception.NoDataException
    MethodParameters:
      Name  Flags
      c     

  public double value(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // double x
         0: .line 93
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            dload 1 /* x */
            invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunction.evaluate:([DD)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public int degree();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 102
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            iconst_1
            isub
            ireturn
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;

  public double[] getCoefficients();
    descriptor: ()[D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 114
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            invokevirtual double[].clone:()Ljava/lang/Object;
            checkcast double[]
            areturn
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;

  protected static double evaluate(double[], double);
    descriptor: ([DD)D
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // double[] coefficients
        start local 1 // double argument
         0: .line 129
            aload 0 /* coefficients */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 130
            aload 0 /* coefficients */
            arraylength
            istore 3 /* n */
        start local 3 // int n
         2: .line 131
            iload 3 /* n */
            ifne 4
         3: .line 132
            new org.apache.commons.math3.exception.NoDataException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            invokespecial org.apache.commons.math3.exception.NoDataException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;)V
            athrow
         4: .line 134
      StackMap locals: int
      StackMap stack:
            aload 0 /* coefficients */
            iload 3 /* n */
            iconst_1
            isub
            daload
            dstore 4 /* result */
        start local 4 // double result
         5: .line 135
            iload 3 /* n */
            iconst_2
            isub
            istore 6 /* j */
        start local 6 // int j
         6: goto 9
         7: .line 136
      StackMap locals: double int
      StackMap stack:
            dload 1 /* argument */
            dload 4 /* result */
            dmul
            aload 0 /* coefficients */
            iload 6 /* j */
            daload
            dadd
            dstore 4 /* result */
         8: .line 135
            iinc 6 /* j */ -1
      StackMap locals:
      StackMap stack:
         9: iload 6 /* j */
            ifge 7
        end local 6 // int j
        10: .line 138
            dload 4 /* result */
            dreturn
        end local 4 // double result
        end local 3 // int n
        end local 1 // double argument
        end local 0 // double[] coefficients
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   11     0  coefficients  [D
            0   11     1      argument  D
            2   11     3             n  I
            5   11     4        result  D
            6   10     6             j  I
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException, org.apache.commons.math3.exception.NoDataException
    MethodParameters:
              Name  Flags
      coefficients  
      argument      

  public org.apache.commons.math3.analysis.differentiation.DerivativeStructure value(org.apache.commons.math3.analysis.differentiation.DerivativeStructure);
    descriptor: (Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure t
         0: .line 149
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 150
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            istore 2 /* n */
        start local 2 // int n
         2: .line 151
            iload 2 /* n */
            ifne 4
         3: .line 152
            new org.apache.commons.math3.exception.NoDataException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            invokespecial org.apache.commons.math3.exception.NoDataException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;)V
            athrow
         4: .line 155
      StackMap locals: int
      StackMap stack:
            new org.apache.commons.math3.analysis.differentiation.DerivativeStructure
            dup
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getFreeParameters:()I
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* n */
            iconst_1
            isub
            daload
            invokespecial org.apache.commons.math3.analysis.differentiation.DerivativeStructure.<init>:(IID)V
         5: .line 154
            astore 3 /* result */
        start local 3 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure result
         6: .line 156
            iload 2 /* n */
            iconst_2
            isub
            istore 4 /* j */
        start local 4 // int j
         7: goto 10
         8: .line 157
      StackMap locals: org.apache.commons.math3.analysis.differentiation.DerivativeStructure int
      StackMap stack:
            aload 3 /* result */
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.multiply:(Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 4 /* j */
            daload
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.add:(D)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
            astore 3 /* result */
         9: .line 156
            iinc 4 /* j */ -1
      StackMap locals:
      StackMap stack:
        10: iload 4 /* j */
            ifge 8
        end local 4 // int j
        11: .line 159
            aload 3 /* result */
            areturn
        end local 3 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure result
        end local 2 // int n
        end local 1 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure t
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0   12     1       t  Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
            2   12     2       n  I
            6   12     3  result  Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
            7   11     4       j  I
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException, org.apache.commons.math3.exception.NoDataException
    MethodParameters:
      Name  Flags
      t     final

  public org.apache.commons.math3.analysis.polynomials.PolynomialFunction add(org.apache.commons.math3.analysis.polynomials.PolynomialFunction);
    descriptor: (Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;)Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction p
         0: .line 170
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            invokestatic org.apache.commons.math3.util.FastMath.min:(II)I
            istore 2 /* lowLength */
        start local 2 // int lowLength
         1: .line 171
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            invokestatic org.apache.commons.math3.util.FastMath.max:(II)I
            istore 3 /* highLength */
        start local 3 // int highLength
         2: .line 174
            iload 3 /* highLength */
            newarray 7
            astore 4 /* newCoefficients */
        start local 4 // double[] newCoefficients
         3: .line 175
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 176
      StackMap locals: org.apache.commons.math3.analysis.polynomials.PolynomialFunction org.apache.commons.math3.analysis.polynomials.PolynomialFunction int int double[] int
      StackMap stack:
            aload 4 /* newCoefficients */
            iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 5 /* i */
            daload
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 5 /* i */
            daload
            dadd
            dastore
         6: .line 175
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 2 /* lowLength */
            if_icmplt 5
        end local 5 // int i
         8: .line 178
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            if_icmpge 10
         9: .line 179
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            goto 11
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
        11: .line 180
      StackMap locals:
      StackMap stack: double[]
            iload 2 /* lowLength */
        12: .line 181
            aload 4 /* newCoefficients */
            iload 2 /* lowLength */
        13: .line 182
            iload 3 /* highLength */
            iload 2 /* lowLength */
            isub
        14: .line 178
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        15: .line 184
            new org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            dup
            aload 4 /* newCoefficients */
            invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunction.<init>:([D)V
            areturn
        end local 4 // double[] newCoefficients
        end local 3 // int highLength
        end local 2 // int lowLength
        end local 1 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction p
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   16     0             this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0   16     1                p  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            1   16     2        lowLength  I
            2   16     3       highLength  I
            3   16     4  newCoefficients  [D
            4    8     5                i  I
    MethodParameters:
      Name  Flags
      p     final

  public org.apache.commons.math3.analysis.polynomials.PolynomialFunction subtract(org.apache.commons.math3.analysis.polynomials.PolynomialFunction);
    descriptor: (Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;)Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction p
         0: .line 195
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            invokestatic org.apache.commons.math3.util.FastMath.min:(II)I
            istore 2 /* lowLength */
        start local 2 // int lowLength
         1: .line 196
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            invokestatic org.apache.commons.math3.util.FastMath.max:(II)I
            istore 3 /* highLength */
        start local 3 // int highLength
         2: .line 199
            iload 3 /* highLength */
            newarray 7
            astore 4 /* newCoefficients */
        start local 4 // double[] newCoefficients
         3: .line 200
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 7
         5: .line 201
      StackMap locals: org.apache.commons.math3.analysis.polynomials.PolynomialFunction org.apache.commons.math3.analysis.polynomials.PolynomialFunction int int double[] int
      StackMap stack:
            aload 4 /* newCoefficients */
            iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 5 /* i */
            daload
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 5 /* i */
            daload
            dsub
            dastore
         6: .line 200
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 5 /* i */
            iload 2 /* lowLength */
            if_icmplt 5
        end local 5 // int i
         8: .line 203
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            if_icmpge 15
         9: .line 204
            iload 2 /* lowLength */
            istore 5 /* i */
        start local 5 // int i
        10: goto 13
        11: .line 205
      StackMap locals:
      StackMap stack:
            aload 4 /* newCoefficients */
            iload 5 /* i */
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 5 /* i */
            daload
            dneg
            dastore
        12: .line 204
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 3 /* highLength */
            if_icmplt 11
        end local 5 // int i
        14: .line 207
            goto 18
        15: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* lowLength */
            aload 4 /* newCoefficients */
            iload 2 /* lowLength */
        16: .line 209
            iload 3 /* highLength */
            iload 2 /* lowLength */
            isub
        17: .line 208
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 212
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            dup
            aload 4 /* newCoefficients */
            invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunction.<init>:([D)V
            areturn
        end local 4 // double[] newCoefficients
        end local 3 // int highLength
        end local 2 // int lowLength
        end local 1 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction p
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   19     0             this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0   19     1                p  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            1   19     2        lowLength  I
            2   19     3       highLength  I
            3   19     4  newCoefficients  [D
            4    8     5                i  I
           10   14     5                i  I
    MethodParameters:
      Name  Flags
      p     final

  public org.apache.commons.math3.analysis.polynomials.PolynomialFunction negate();
    descriptor: ()Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 221
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            newarray 7
            astore 1 /* newCoefficients */
        start local 1 // double[] newCoefficients
         1: .line 222
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 223
      StackMap locals: double[] int
      StackMap stack:
            aload 1 /* newCoefficients */
            iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* i */
            daload
            dneg
            dastore
         4: .line 222
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            if_icmplt 3
        end local 2 // int i
         6: .line 225
            new org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            dup
            aload 1 /* newCoefficients */
            invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunction.<init>:([D)V
            areturn
        end local 1 // double[] newCoefficients
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    7     0             this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            1    7     1  newCoefficients  [D
            2    6     2                i  I

  public org.apache.commons.math3.analysis.polynomials.PolynomialFunction multiply(org.apache.commons.math3.analysis.polynomials.PolynomialFunction);
    descriptor: (Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;)Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction p
         0: .line 235
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            iadd
            iconst_1
            isub
            newarray 7
            astore 2 /* newCoefficients */
        start local 2 // double[] newCoefficients
         1: .line 237
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 11
         3: .line 238
      StackMap locals: double[] int
      StackMap stack:
            aload 2 /* newCoefficients */
            iload 3 /* i */
            dconst_0
            dastore
         4: .line 239
            iconst_0
            iload 3 /* i */
            iconst_1
            iadd
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            isub
            invokestatic org.apache.commons.math3.util.FastMath.max:(II)I
            istore 4 /* j */
        start local 4 // int j
         5: .line 240
            goto 8
         6: .line 242
      StackMap locals: int
      StackMap stack:
            aload 2 /* newCoefficients */
            iload 3 /* i */
            dup2
            daload
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 4 /* j */
            daload
            aload 1 /* p */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 3 /* i */
            iload 4 /* j */
            isub
            daload
            dmul
            dadd
            dastore
         7: .line 241
            iinc 4 /* j */ 1
         8: .line 240
      StackMap locals:
      StackMap stack:
            iload 4 /* j */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            iload 3 /* i */
            iconst_1
            iadd
            invokestatic org.apache.commons.math3.util.FastMath.min:(II)I
         9: .line 239
            if_icmplt 6
        end local 4 // int j
        10: .line 237
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            aload 2 /* newCoefficients */
            arraylength
            if_icmplt 3
        end local 3 // int i
        12: .line 246
            new org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            dup
            aload 2 /* newCoefficients */
            invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunction.<init>:([D)V
            areturn
        end local 2 // double[] newCoefficients
        end local 1 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction p
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   13     0             this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0   13     1                p  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            1   13     2  newCoefficients  [D
            2   12     3                i  I
            5   10     4                j  I
    MethodParameters:
      Name  Flags
      p     final

  protected static double[] differentiate(double[]);
    descriptor: ([D)[D
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=1
        start local 0 // double[] coefficients
         0: .line 259
            aload 0 /* coefficients */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 260
            aload 0 /* coefficients */
            arraylength
            istore 1 /* n */
        start local 1 // int n
         2: .line 261
            iload 1 /* n */
            ifne 4
         3: .line 262
            new org.apache.commons.math3.exception.NoDataException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.EMPTY_POLYNOMIALS_COEFFICIENTS_ARRAY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            invokespecial org.apache.commons.math3.exception.NoDataException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;)V
            athrow
         4: .line 264
      StackMap locals: int
      StackMap stack:
            iload 1 /* n */
            iconst_1
            if_icmpne 6
         5: .line 265
            iconst_1
            newarray 7
            dup
            iconst_0
            dconst_0
            dastore
            areturn
         6: .line 267
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            iconst_1
            isub
            newarray 7
            astore 2 /* result */
        start local 2 // double[] result
         7: .line 268
            iload 1 /* n */
            iconst_1
            isub
            istore 3 /* i */
        start local 3 // int i
         8: goto 11
         9: .line 269
      StackMap locals: double[] int
      StackMap stack:
            aload 2 /* result */
            iload 3 /* i */
            iconst_1
            isub
            iload 3 /* i */
            i2d
            aload 0 /* coefficients */
            iload 3 /* i */
            daload
            dmul
            dastore
        10: .line 268
            iinc 3 /* i */ -1
      StackMap locals:
      StackMap stack:
        11: iload 3 /* i */
            ifgt 9
        end local 3 // int i
        12: .line 271
            aload 2 /* result */
            areturn
        end local 2 // double[] result
        end local 1 // int n
        end local 0 // double[] coefficients
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0  coefficients  [D
            2   13     1             n  I
            7   13     2        result  [D
            8   12     3             i  I
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException, org.apache.commons.math3.exception.NoDataException
    MethodParameters:
              Name  Flags
      coefficients  

  public org.apache.commons.math3.analysis.polynomials.PolynomialFunction polynomialDerivative();
    descriptor: ()Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 280
            new org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            dup
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunction.differentiate:([D)[D
            invokespecial org.apache.commons.math3.analysis.polynomials.PolynomialFunction.<init>:([D)V
            areturn
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;

  public org.apache.commons.math3.analysis.UnivariateFunction derivative();
    descriptor: ()Lorg/apache/commons/math3/analysis/UnivariateFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 289
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.analysis.polynomials.PolynomialFunction.polynomialDerivative:()Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            areturn
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 309
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 1 /* s */
        start local 1 // java.lang.StringBuilder s
         1: .line 310
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iconst_0
            daload
            dconst_0
            dcmpl
            ifne 4
         2: .line 311
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            iconst_1
            if_icmpne 5
         3: .line 312
            ldc "0"
            areturn
         4: .line 315
      StackMap locals: java.lang.StringBuilder
      StackMap stack:
            aload 1 /* s */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iconst_0
            daload
            invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunction.toString:(D)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         5: .line 318
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 2 /* i */
        start local 2 // int i
         6: goto 25
         7: .line 319
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* i */
            daload
            dconst_0
            dcmpl
            ifeq 24
         8: .line 320
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.length:()I
            ifle 14
         9: .line 321
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* i */
            daload
            dconst_0
            dcmpg
            ifge 12
        10: .line 322
            aload 1 /* s */
            ldc " - "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        11: .line 323
            goto 16
        12: .line 324
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            ldc " + "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        13: .line 326
            goto 16
        14: .line 327
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* i */
            daload
            dconst_0
            dcmpg
            ifge 16
        15: .line 328
            aload 1 /* s */
            ldc "-"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        16: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            iload 2 /* i */
            daload
            invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
            dstore 3 /* absAi */
        start local 3 // double absAi
        17: .line 333
            dload 3 /* absAi */
            dconst_1
            dsub
            dconst_0
            dcmpl
            ifeq 20
        18: .line 334
            aload 1 /* s */
            dload 3 /* absAi */
            invokestatic org.apache.commons.math3.analysis.polynomials.PolynomialFunction.toString:(D)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 335
            aload 1 /* s */
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        20: .line 338
      StackMap locals: double
      StackMap stack:
            aload 1 /* s */
            ldc "x"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        21: .line 339
            iload 2 /* i */
            iconst_1
            if_icmple 24
        22: .line 340
            aload 1 /* s */
            bipush 94
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        23: .line 341
            aload 1 /* s */
            iload 2 /* i */
            invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 3 // double absAi
        24: .line 318
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
        25: iload 2 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            arraylength
            if_icmplt 7
        end local 2 // int i
        26: .line 346
            aload 1 /* s */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder s
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   27     0   this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            1   27     1      s  Ljava/lang/StringBuilder;
            6   26     2      i  I
           17   24     3  absAi  D

  private static java.lang.String toString(double);
    descriptor: (D)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // double coeff
         0: .line 356
            dload 0 /* coeff */
            invokestatic java.lang.Double.toString:(D)Ljava/lang/String;
            astore 2 /* c */
        start local 2 // java.lang.String c
         1: .line 357
            aload 2 /* c */
            ldc ".0"
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifeq 3
         2: .line 358
            aload 2 /* c */
            iconst_0
            aload 2 /* c */
            invokevirtual java.lang.String.length:()I
            iconst_2
            isub
            invokevirtual java.lang.String.substring:(II)Ljava/lang/String;
            areturn
         3: .line 360
      StackMap locals: java.lang.String
      StackMap stack:
            aload 2 /* c */
            areturn
        end local 2 // java.lang.String c
        end local 0 // double coeff
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  coeff  D
            1    4     2      c  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      coeff  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
         0: .line 368
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 369
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            invokestatic java.util.Arrays.hashCode:([D)I
            iadd
            istore 1 /* result */
         2: .line 370
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            1    3     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
        start local 1 // java.lang.Object obj
         0: .line 376
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 377
            iconst_1
            ireturn
         2: .line 379
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            ifne 4
         3: .line 380
            iconst_0
            ireturn
         4: .line 382
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.apache.commons.math3.analysis.polynomials.PolynomialFunction
            astore 2 /* other */
        start local 2 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction other
         5: .line 383
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            aload 2 /* other */
            getfield org.apache.commons.math3.analysis.polynomials.PolynomialFunction.coefficients:[D
            invokestatic java.util.Arrays.equals:([D[D)Z
            ifne 7
         6: .line 384
            iconst_0
            ireturn
         7: .line 386
      StackMap locals: org.apache.commons.math3.analysis.polynomials.PolynomialFunction
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction other
        end local 1 // java.lang.Object obj
        end local 0 // org.apache.commons.math3.analysis.polynomials.PolynomialFunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
            0    8     1    obj  Ljava/lang/Object;
            5    8     2  other  Lorg/apache/commons/math3/analysis/polynomials/PolynomialFunction;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "PolynomialFunction.java"
NestMembers:
  org.apache.commons.math3.analysis.polynomials.PolynomialFunction$Parametric
InnerClasses:
  public Parametric = org.apache.commons.math3.analysis.polynomials.PolynomialFunction$Parametric of org.apache.commons.math3.analysis.polynomials.PolynomialFunction