You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
877 B

package p043o;
import java.text.DecimalFormat;
/* renamed from: o.e */
/* loaded from: classes.dex */
public abstract class AbstractC1510e {
/* renamed from: a */
public AbstractC1504a f3346a;
/* renamed from: b */
public int[] f3347b = new int[10];
/* renamed from: c */
public float[] f3348c = new float[10];
/* renamed from: d */
public int f3349d;
/* renamed from: e */
public String f3350e;
/* renamed from: a */
public float m1138a(float f) {
return (float) this.f3346a.m1146a(f, 0);
}
public String toString() {
String str = this.f3350e;
DecimalFormat decimalFormat = new DecimalFormat("##.##");
for (int i = 0; i < this.f3349d; i++) {
str = str + "[" + this.f3347b[i] + " , " + decimalFormat.format(this.f3348c[i]) + "] ";
}
return str;
}
}