arctan 56 core/gps_math.c result = 2.0 * arctan((y / (sqrt(x*x+y*y)+x)),30); arctan 9 core/gps_math.h extern double arctan(double x, int n);