Confirmed all of the following produce errors in 1.2.7:
Copy code
const val HALF_PI = PI * .5
const val QUARTER_PI = PI * .25
const val TAU = PI * 2
const val DEGREES = 180.0 / PI
const val RADIANS = PI / 180.0
const val EPSILON = 1e-6
const val TAU_EPSILON = TAU - EPSILON