Searched refs:FDKatan2 (Results 1 – 2 of 2) sorted by relevance
377 double FDKatan2(double y, double x);
364 double FDKatan2(double y, double x) { return atan2(y, x); } in FDKatan2() function