deg2grad          205 Source/wtf/MathExtras.h inline double deg2grad(double d) { return d * 400.0 / 360.0; }
deg2grad          214 Source/wtf/MathExtras.h inline float deg2grad(float d) { return d * 400.0f / 360.0f; }