class org.apache.commons.math3.special.Beta$1 extends org.apache.commons.math3.util.ContinuedFraction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.special.Beta$1
  super_class: org.apache.commons.math3.util.ContinuedFraction
{
  private final double val$b;
    descriptor: D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final double val$a;
    descriptor: D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.special.Beta$1 this
         0: .line 198
            aload 0 /* this */
            dload 1
            putfield org.apache.commons.math3.special.Beta$1.val$b:D
            aload 0 /* this */
            dload 3
            putfield org.apache.commons.math3.special.Beta$1.val$a:D
            aload 0 /* this */
            invokespecial org.apache.commons.math3.util.ContinuedFraction.<init>:()V
            return
        end local 0 // org.apache.commons.math3.special.Beta$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/special/Beta$1;
    MethodParameters:
       Name  Flags
      val$b  final
      val$a  final

  protected double getB(int, double);
    descriptor: (ID)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=10, locals=8, args_size=3
        start local 0 // org.apache.commons.math3.special.Beta$1 this
        start local 1 // int n
        start local 2 // double x
         0: .line 205
            iload 1 /* n */
            iconst_2
            irem
            ifne 6
         1: .line 206
            iload 1 /* n */
            i2d
            ldc 2.0
            ddiv
            dstore 6 /* m */
        start local 6 // double m
         2: .line 207
            dload 6 /* m */
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$b:D
            dload 6 /* m */
            dsub
            dmul
            dload 2 /* x */
            dmul
         3: .line 208
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$a:D
            ldc 2.0
            dload 6 /* m */
            dmul
            dadd
            dconst_1
            dsub
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$a:D
            ldc 2.0
            dload 6 /* m */
            dmul
            dadd
            dmul
         4: .line 207
            ddiv
            dstore 4 /* ret */
        start local 4 // double ret
         5: .line 209
            goto 10
        end local 6 // double m
        end local 4 // double ret
         6: .line 210
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            i2d
            dconst_1
            dsub
            ldc 2.0
            ddiv
            dstore 6 /* m */
        start local 6 // double m
         7: .line 211
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$a:D
            dload 6 /* m */
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$a:D
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$b:D
            dadd
            dload 6 /* m */
            dadd
            dmul
            dload 2 /* x */
            dmul
            dneg
         8: .line 212
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$a:D
            ldc 2.0
            dload 6 /* m */
            dmul
            dadd
            aload 0 /* this */
            getfield org.apache.commons.math3.special.Beta$1.val$a:D
            ldc 2.0
            dload 6 /* m */
            dmul
            dadd
            dconst_1
            dadd
            dmul
         9: .line 211
            ddiv
            dstore 4 /* ret */
        start local 4 // double ret
        10: .line 214
      StackMap locals: double double
      StackMap stack:
            dload 4 /* ret */
            dreturn
        end local 6 // double m
        end local 4 // double ret
        end local 2 // double x
        end local 1 // int n
        end local 0 // org.apache.commons.math3.special.Beta$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lorg/apache/commons/math3/special/Beta$1;
            0   11     1     n  I
            0   11     2     x  D
            5    6     4   ret  D
           10   11     4   ret  D
            2    6     6     m  D
            7   11     6     m  D
    MethodParameters:
      Name  Flags
      n     
      x     

  protected double getA(int, double);
    descriptor: (ID)D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.special.Beta$1 this
        start local 1 // int n
        start local 2 // double x
         0: .line 220
            dconst_1
            dreturn
        end local 2 // double x
        end local 1 // int n
        end local 0 // org.apache.commons.math3.special.Beta$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/special/Beta$1;
            0    1     1     n  I
            0    1     2     x  D
    MethodParameters:
      Name  Flags
      n     
      x     
}
SourceFile: "Beta.java"
EnclosingMethod: org.apache.commons.math3.special.Beta.regularizedBeta:(DDDDI)D
NestHost: org.apache.commons.math3.special.Beta
InnerClasses:
  org.apache.commons.math3.special.Beta$1