Posts Tagged ‘atanf’
atan, atanf, atanl – arc tangent function
USAGE
#include <math.h>
double atan(double x);
float atanf(float x);
long double atanl( long double x);
Link with -lm.
DESCRIPTION
[...]
Categories: A
atan, atanf, atanl – arc tangent function
USAGE
#include <math.h>
double atan(double x);
float atanf(float x);
long double atanl( long double x);
Link with -lm.
DESCRIPTION
[...]