rad2deg           204 Source/wtf/MathExtras.h inline double rad2deg(double r)  { return r * 180.0 / piDouble; }
rad2deg           213 Source/wtf/MathExtras.h inline float rad2deg(float r)  { return r * 180.0f / piFloat; }