public class org.apache.commons.math3.distribution.FDistribution extends org.apache.commons.math3.distribution.AbstractRealDistribution
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.distribution.FDistribution
  super_class: org.apache.commons.math3.distribution.AbstractRealDistribution
{
  public static final double DEFAULT_INVERSE_ABSOLUTE_ACCURACY;
    descriptor: D
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1.0E-9

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8516354193418641566

  private final double numeratorDegreesOfFreedom;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double denominatorDegreesOfFreedom;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double solverAbsoluteAccuracy;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private double numericalVariance;
    descriptor: D
    flags: (0x0002) ACC_PRIVATE

  private boolean numericalVarianceIsCalculated;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // double numeratorDegreesOfFreedom
        start local 3 // double denominatorDegreesOfFreedom
         0: .line 71
            aload 0 /* this */
            dload 1 /* numeratorDegreesOfFreedom */
            dload 3 /* denominatorDegreesOfFreedom */
         1: .line 72
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.FDistribution.<init>:(DDD)V
         2: .line 73
            return
        end local 3 // double denominatorDegreesOfFreedom
        end local 1 // double numeratorDegreesOfFreedom
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    3     0                         this  Lorg/apache/commons/math3/distribution/FDistribution;
            0    3     1    numeratorDegreesOfFreedom  D
            0    3     3  denominatorDegreesOfFreedom  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                             Name  Flags
      numeratorDegreesOfFreedom    
      denominatorDegreesOfFreedom  

  public void <init>(double, double, double);
    descriptor: (DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=4
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // double numeratorDegreesOfFreedom
        start local 3 // double denominatorDegreesOfFreedom
        start local 5 // double inverseCumAccuracy
         0: .line 99
            aload 0 /* this */
            new org.apache.commons.math3.random.Well19937c
            dup
            invokespecial org.apache.commons.math3.random.Well19937c.<init>:()V
            dload 1 /* numeratorDegreesOfFreedom */
         1: .line 100
            dload 3 /* denominatorDegreesOfFreedom */
            dload 5 /* inverseCumAccuracy */
            invokespecial org.apache.commons.math3.distribution.FDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
         2: .line 101
            return
        end local 5 // double inverseCumAccuracy
        end local 3 // double denominatorDegreesOfFreedom
        end local 1 // double numeratorDegreesOfFreedom
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    3     0                         this  Lorg/apache/commons/math3/distribution/FDistribution;
            0    3     1    numeratorDegreesOfFreedom  D
            0    3     3  denominatorDegreesOfFreedom  D
            0    3     5           inverseCumAccuracy  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                             Name  Flags
      numeratorDegreesOfFreedom    
      denominatorDegreesOfFreedom  
      inverseCumAccuracy           

  public void <init>(org.apache.commons.math3.random.RandomGenerator, double, double);
    descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=6, args_size=4
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double numeratorDegreesOfFreedom
        start local 4 // double denominatorDegreesOfFreedom
         0: .line 117
            aload 0 /* this */
            aload 1 /* rng */
            dload 2 /* numeratorDegreesOfFreedom */
            dload 4 /* denominatorDegreesOfFreedom */
            ldc 1.0E-9
            invokespecial org.apache.commons.math3.distribution.FDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
         1: .line 118
            return
        end local 4 // double denominatorDegreesOfFreedom
        end local 2 // double numeratorDegreesOfFreedom
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0    2     0                         this  Lorg/apache/commons/math3/distribution/FDistribution;
            0    2     1                          rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0    2     2    numeratorDegreesOfFreedom  D
            0    2     4  denominatorDegreesOfFreedom  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                             Name  Flags
      rng                          
      numeratorDegreesOfFreedom    
      denominatorDegreesOfFreedom  

  public void <init>(org.apache.commons.math3.random.RandomGenerator, double, double, double);
    descriptor: (Lorg/apache/commons/math3/random/RandomGenerator;DDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // org.apache.commons.math3.random.RandomGenerator rng
        start local 2 // double numeratorDegreesOfFreedom
        start local 4 // double denominatorDegreesOfFreedom
        start local 6 // double inverseCumAccuracy
         0: .line 137
            aload 0 /* this */
            aload 1 /* rng */
            invokespecial org.apache.commons.math3.distribution.AbstractRealDistribution.<init>:(Lorg/apache/commons/math3/random/RandomGenerator;)V
         1: .line 48
            aload 0 /* this */
            ldc NaN
            putfield org.apache.commons.math3.distribution.FDistribution.numericalVariance:D
         2: .line 50
            aload 0 /* this */
            iconst_0
            putfield org.apache.commons.math3.distribution.FDistribution.numericalVarianceIsCalculated:Z
         3: .line 139
            dload 2 /* numeratorDegreesOfFreedom */
            dconst_0
            dcmpg
            ifgt 7
         4: .line 140
            new org.apache.commons.math3.exception.NotStrictlyPositiveException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DEGREES_OF_FREEDOM:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
         5: .line 141
            dload 2 /* numeratorDegreesOfFreedom */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
         6: .line 140
            invokespecial org.apache.commons.math3.exception.NotStrictlyPositiveException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;)V
            athrow
         7: .line 143
      StackMap locals: org.apache.commons.math3.distribution.FDistribution org.apache.commons.math3.random.RandomGenerator double double double
      StackMap stack:
            dload 4 /* denominatorDegreesOfFreedom */
            dconst_0
            dcmpg
            ifgt 11
         8: .line 144
            new org.apache.commons.math3.exception.NotStrictlyPositiveException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DEGREES_OF_FREEDOM:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
         9: .line 145
            dload 4 /* denominatorDegreesOfFreedom */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
        10: .line 144
            invokespecial org.apache.commons.math3.exception.NotStrictlyPositiveException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;Ljava/lang/Number;)V
            athrow
        11: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dload 2 /* numeratorDegreesOfFreedom */
            putfield org.apache.commons.math3.distribution.FDistribution.numeratorDegreesOfFreedom:D
        12: .line 148
            aload 0 /* this */
            dload 4 /* denominatorDegreesOfFreedom */
            putfield org.apache.commons.math3.distribution.FDistribution.denominatorDegreesOfFreedom:D
        13: .line 149
            aload 0 /* this */
            dload 6 /* inverseCumAccuracy */
            putfield org.apache.commons.math3.distribution.FDistribution.solverAbsoluteAccuracy:D
        14: .line 150
            return
        end local 6 // double inverseCumAccuracy
        end local 4 // double denominatorDegreesOfFreedom
        end local 2 // double numeratorDegreesOfFreedom
        end local 1 // org.apache.commons.math3.random.RandomGenerator rng
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot                         Name  Signature
            0   15     0                         this  Lorg/apache/commons/math3/distribution/FDistribution;
            0   15     1                          rng  Lorg/apache/commons/math3/random/RandomGenerator;
            0   15     2    numeratorDegreesOfFreedom  D
            0   15     4  denominatorDegreesOfFreedom  D
            0   15     6           inverseCumAccuracy  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
                             Name  Flags
      rng                          
      numeratorDegreesOfFreedom    
      denominatorDegreesOfFreedom  
      inverseCumAccuracy           

  public double density(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // double x
         0: .line 158
            aload 0 /* this */
            dload 1 /* x */
            invokevirtual org.apache.commons.math3.distribution.FDistribution.logDensity:(D)D
            invokestatic org.apache.commons.math3.util.FastMath.exp:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     

  public double logDensity(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=15, args_size=2
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // double x
         0: .line 164
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numeratorDegreesOfFreedom:D
            ldc 2.0
            ddiv
            dstore 3 /* nhalf */
        start local 3 // double nhalf
         1: .line 165
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.denominatorDegreesOfFreedom:D
            ldc 2.0
            ddiv
            dstore 5 /* mhalf */
        start local 5 // double mhalf
         2: .line 166
            dload 1 /* x */
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dstore 7 /* logx */
        start local 7 // double logx
         3: .line 167
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numeratorDegreesOfFreedom:D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dstore 9 /* logn */
        start local 9 // double logn
         4: .line 168
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.denominatorDegreesOfFreedom:D
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dstore 11 /* logm */
        start local 11 // double logm
         5: .line 169
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numeratorDegreesOfFreedom:D
            dload 1 /* x */
            dmul
         6: .line 170
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.denominatorDegreesOfFreedom:D
         7: .line 169
            dadd
            invokestatic org.apache.commons.math3.util.FastMath.log:(D)D
            dstore 13 /* lognxm */
        start local 13 // double lognxm
         8: .line 171
            dload 3 /* nhalf */
            dload 9 /* logn */
            dmul
            dload 3 /* nhalf */
            dload 7 /* logx */
            dmul
            dadd
            dload 7 /* logx */
            dsub
         9: .line 172
            dload 5 /* mhalf */
            dload 11 /* logm */
            dmul
        10: .line 171
            dadd
        11: .line 172
            dload 3 /* nhalf */
            dload 13 /* lognxm */
            dmul
        12: .line 171
            dsub
        13: .line 172
            dload 5 /* mhalf */
            dload 13 /* lognxm */
            dmul
        14: .line 171
            dsub
        15: .line 173
            dload 3 /* nhalf */
            dload 5 /* mhalf */
            invokestatic org.apache.commons.math3.special.Beta.logBeta:(DD)D
        16: .line 171
            dsub
            dreturn
        end local 13 // double lognxm
        end local 11 // double logm
        end local 9 // double logn
        end local 7 // double logx
        end local 5 // double mhalf
        end local 3 // double nhalf
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Lorg/apache/commons/math3/distribution/FDistribution;
            0   17     1       x  D
            1   17     3   nhalf  D
            2   17     5   mhalf  D
            3   17     7    logx  D
            4   17     9    logn  D
            5   17    11    logm  D
            8   17    13  lognxm  D
    MethodParameters:
      Name  Flags
      x     

  public double cumulativeProbability(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=9, args_size=2
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
        start local 1 // double x
         0: .line 189
            dload 1 /* x */
            dconst_0
            dcmpg
            ifgt 3
         1: .line 190
            dconst_0
            dstore 3 /* ret */
        start local 3 // double ret
         2: .line 191
            goto 9
        end local 3 // double ret
         3: .line 192
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numeratorDegreesOfFreedom:D
            dstore 5 /* n */
        start local 5 // double n
         4: .line 193
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.denominatorDegreesOfFreedom:D
            dstore 7 /* m */
        start local 7 // double m
         5: .line 195
            dload 5 /* n */
            dload 1 /* x */
            dmul
            dload 7 /* m */
            dload 5 /* n */
            dload 1 /* x */
            dmul
            dadd
            ddiv
         6: .line 196
            ldc 0.5
            dload 5 /* n */
            dmul
         7: .line 197
            ldc 0.5
            dload 7 /* m */
            dmul
         8: .line 195
            invokestatic org.apache.commons.math3.special.Beta.regularizedBeta:(DDD)D
            dstore 3 /* ret */
        end local 7 // double m
        end local 5 // double n
        start local 3 // double ret
         9: .line 199
      StackMap locals: double
      StackMap stack:
            dload 3 /* ret */
            dreturn
        end local 3 // double ret
        end local 1 // double x
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/math3/distribution/FDistribution;
            0   10     1     x  D
            2    3     3   ret  D
            9   10     3   ret  D
            4    9     5     n  D
            5    9     7     m  D
    MethodParameters:
      Name  Flags
      x     

  public double getNumeratorDegreesOfFreedom();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 208
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numeratorDegreesOfFreedom:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  public double getDenominatorDegreesOfFreedom();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 217
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.denominatorDegreesOfFreedom:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  protected double getSolverAbsoluteAccuracy();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 223
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.solverAbsoluteAccuracy:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  public double getNumericalMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 236
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.FDistribution.getDenominatorDegreesOfFreedom:()D
            dstore 1 /* denominatorDF */
        start local 1 // double denominatorDF
         1: .line 238
            dload 1 /* denominatorDF */
            ldc 2.0
            dcmpl
            ifle 3
         2: .line 239
            dload 1 /* denominatorDF */
            dload 1 /* denominatorDF */
            ldc 2.0
            dsub
            ddiv
            dreturn
         3: .line 242
      StackMap locals: double
      StackMap stack:
            ldc NaN
            dreturn
        end local 1 // double denominatorDF
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/apache/commons/math3/distribution/FDistribution;
            1    4     1  denominatorDF  D

  public double getNumericalVariance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 259
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numericalVarianceIsCalculated:Z
            ifne 3
         1: .line 260
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.FDistribution.calculateNumericalVariance:()D
            putfield org.apache.commons.math3.distribution.FDistribution.numericalVariance:D
         2: .line 261
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.math3.distribution.FDistribution.numericalVarianceIsCalculated:Z
         3: .line 263
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.distribution.FDistribution.numericalVariance:D
            dreturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  protected double calculateNumericalVariance();
    descriptor: ()D
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=7, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 272
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.FDistribution.getDenominatorDegreesOfFreedom:()D
            dstore 1 /* denominatorDF */
        start local 1 // double denominatorDF
         1: .line 274
            dload 1 /* denominatorDF */
            ldc 4.0
            dcmpl
            ifle 7
         2: .line 275
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.distribution.FDistribution.getNumeratorDegreesOfFreedom:()D
            dstore 3 /* numeratorDF */
        start local 3 // double numeratorDF
         3: .line 276
            dload 1 /* denominatorDF */
            ldc 2.0
            dsub
            dstore 5 /* denomDFMinusTwo */
        start local 5 // double denomDFMinusTwo
         4: .line 278
            ldc 2.0
            dload 1 /* denominatorDF */
            dload 1 /* denominatorDF */
            dmul
            dmul
            dload 3 /* numeratorDF */
            dload 1 /* denominatorDF */
            dadd
            ldc 2.0
            dsub
            dmul
         5: .line 279
            dload 3 /* numeratorDF */
            dload 5 /* denomDFMinusTwo */
            dload 5 /* denomDFMinusTwo */
            dmul
            dmul
            dload 1 /* denominatorDF */
            ldc 4.0
            dsub
            dmul
         6: .line 278
            ddiv
            dreturn
        end local 5 // double denomDFMinusTwo
        end local 3 // double numeratorDF
         7: .line 282
      StackMap locals: double
      StackMap stack:
            ldc NaN
            dreturn
        end local 1 // double denominatorDF
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/apache/commons/math3/distribution/FDistribution;
            1    8     1    denominatorDF  D
            3    7     3      numeratorDF  D
            4    7     5  denomDFMinusTwo  D

  public double getSupportLowerBound();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 293
            dconst_0
            dreturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  public double getSupportUpperBound();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 305
            ldc Infinity
            dreturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  public boolean isSupportLowerBoundInclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 310
            iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  public boolean isSupportUpperBoundInclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 315
            iconst_0
            ireturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;

  public boolean isSupportConnected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.distribution.FDistribution this
         0: .line 326
            iconst_1
            ireturn
        end local 0 // org.apache.commons.math3.distribution.FDistribution this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/distribution/FDistribution;
}
SourceFile: "FDistribution.java"