atanf
extern float atanf(float x);
float pointPhi = atanf(-1. * point.y / point.x);
return atanf(y);
z = atanf(fabsf(y/x));