atan
(3)arc tangent function
#include <math.h> double atan(double x); float atanf(float x); long double atanl(long double x); Feature Test Macro Requirements for glibc (see feature_test_macros(7)): atanf(), atanl(): _ISOC99_SOURCE || _POSIX_C_SOURCE >= 200112L || /* Since glibc 2.19: */ _DEFAULT_SOURCE || /* glibc <= 2.19: */ _BSD_SOURCE || _SVID_SOURCE