class org.apache.commons.math3.util.FastMath$lnMant
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.util.FastMath$lnMant
  super_class: java.lang.Object
{
  private static final double[][] LN_MANT;
    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 4222
            invokestatic org.apache.commons.math3.util.FastMathLiteralArrays.loadLnMant:()[[D
            putstatic org.apache.commons.math3.util.FastMath$lnMant.LN_MANT:[[D
         1: .line 4224
            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$lnMant this
         0: .line 4208
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.util.FastMath$lnMant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/FastMath$lnMant;
}
SourceFile: "FastMath.java"
NestHost: org.apache.commons.math3.util.FastMath
InnerClasses:
  private lnMant = org.apache.commons.math3.util.FastMath$lnMant of org.apache.commons.math3.util.FastMath