class oadd.org.apache.commons.math.util.FastMath$CodyWaite extends java.lang.Object
{
private final int finalK;
private final double finalRemA;
private final double finalRemB;
void <init>(double)
{
byte v;
int v, v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.util.FastMath$CodyWaite v;
v := @this: oadd.org.apache.commons.math.util.FastMath$CodyWaite;
v := @parameter: double;
specialinvoke v.<java.lang.Object: void <init>()>();
v = v * 0.6366197723675814;
label:
v = neg v;
v = v * 1.570796251296997;
v = v + v;
v = v - v;
v = v - v;
v = neg v;
v = neg v;
v = v * 7.549789948768648E-8;
v = v + v;
v = v - v;
v = v - v;
v = neg v;
v = v + v;
v = neg v;
v = v * 6.123233995736766E-17;
v = v + v;
v = v - v;
v = v - v;
v = neg v;
v = v + v;
v = v cmpl 0.0;
if v > 0 goto label;
v = v - 1;
goto label;
label:
v.<oadd.org.apache.commons.math.util.FastMath$CodyWaite: int finalK> = v;
v.<oadd.org.apache.commons.math.util.FastMath$CodyWaite: double finalRemA> = v;
v.<oadd.org.apache.commons.math.util.FastMath$CodyWaite: double finalRemB> = v;
return;
}
int getK()
{
int v;
oadd.org.apache.commons.math.util.FastMath$CodyWaite v;
v := @this: oadd.org.apache.commons.math.util.FastMath$CodyWaite;
v = v.<oadd.org.apache.commons.math.util.FastMath$CodyWaite: int finalK>;
return v;
}
double getRemA()
{
oadd.org.apache.commons.math.util.FastMath$CodyWaite v;
double v;
v := @this: oadd.org.apache.commons.math.util.FastMath$CodyWaite;
v = v.<oadd.org.apache.commons.math.util.FastMath$CodyWaite: double finalRemA>;
return v;
}
double getRemB()
{
oadd.org.apache.commons.math.util.FastMath$CodyWaite v;
double v;
v := @this: oadd.org.apache.commons.math.util.FastMath$CodyWaite;
v = v.<oadd.org.apache.commons.math.util.FastMath$CodyWaite: double finalRemB>;
return v;
}
}