Just out of interest, what are you using it for? I've only had to use it once when I was trying to make a more realistic missile homing system than using the turnTowards() method.
I am using it to calculate the rotation of an object out of the coordinates on the left up corner and the corner down right, so that it's turning from the first to the second coordinates. How can I calculate my value into radian?
Into radian? I'm fairly sure that the number starts off as a radian, because I had to use the Math.toDegrees() method in my scenario. To convert it, however, you can use the Math.toRadians() method.