Lines Matching refs:degToRad
126855 static double degToRad(double x){ return x*(M_PI/180.0); }127089 MFUNCTION(radians, 1, degToRad, math1Func ),