public class org.apache.commons.math3.analysis.function.Ceil implements org.apache.commons.math3.analysis.UnivariateFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.analysis.function.Ceil
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.analysis.function.Ceil this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.analysis.function.Ceil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/function/Ceil;

  public double value(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.analysis.function.Ceil this
        start local 1 // double x
         0: .line 31
            dload 1 /* x */
            invokestatic org.apache.commons.math3.util.FastMath.ceil:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.analysis.function.Ceil this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/function/Ceil;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     
}
SourceFile: "Ceil.java"