#include #include "lib.h" double _atn(double x) { return atan(x); }