mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
15 lines
504 B
Java
15 lines
504 B
Java
|
package kotlin.math;
|
||
|
|
||
|
import androidx.constraintlayout.widget.ConstraintLayout;
|
||
|
import kotlin.Metadata;
|
||
|
|
||
|
@Metadata(d1 = {"kotlin/math/MathKt__MathHKt", "kotlin/math/MathKt__MathJVMKt"}, k = 4, mv = {1, 9, 0}, xi = ConstraintLayout.LayoutParams.Table.LAYOUT_EDITOR_ABSOLUTEX)
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class MathKt extends MathKt__MathJVMKt {
|
||
|
public static final double E = 2.718281828459045d;
|
||
|
public static final double PI = 3.141592653589793d;
|
||
|
|
||
|
private MathKt() {
|
||
|
}
|
||
|
}
|