5 lines
78 B
C
5 lines
78 B
C
#include <math.h>
|
|
#include "lib.h"
|
|
|
|
double _atn(double x) { return atan(x); }
|