|
@@ -303,7 +303,7 @@ extern class Math
|
|
NEGATIVE_INFINITY = __python__("float")('-inf');
|
|
NEGATIVE_INFINITY = __python__("float")('-inf');
|
|
POSITIVE_INFINITY = __python__("float")('inf');
|
|
POSITIVE_INFINITY = __python__("float")('inf');
|
|
NaN = __python__("float")('nan');
|
|
NaN = __python__("float")('nan');
|
|
- PI = Reflect.field(Math, "pi");
|
|
|
|
|
|
+ PI = untyped __python__("_hx_math.pi");
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|