class org.apache.commons.math3.util.FastMath$ExpIntTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.util.FastMath$ExpIntTable
  super_class: java.lang.Object
{
  private static final double[] EXP_INT_TABLE_A;
    descriptor: [D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final double[] EXP_INT_TABLE_B;
    descriptor: [D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 4168
            invokestatic org.apache.commons.math3.util.FastMathLiteralArrays.loadExpIntA:()[D
            putstatic org.apache.commons.math3.util.FastMath$ExpIntTable.EXP_INT_TABLE_A:[D
         1: .line 4169
            invokestatic org.apache.commons.math3.util.FastMathLiteralArrays.loadExpIntB:()[D
            putstatic org.apache.commons.math3.util.FastMath$ExpIntTable.EXP_INT_TABLE_B:[D
         2: .line 4171
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.FastMath$ExpIntTable this
         0: .line 4136
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.util.FastMath$ExpIntTable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/FastMath$ExpIntTable;
}
SourceFile: "FastMath.java"
NestHost: org.apache.commons.math3.util.FastMath
InnerClasses:
  private ExpIntTable = org.apache.commons.math3.util.FastMath$ExpIntTable of org.apache.commons.math3.util.FastMath