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
[...]

Wednesday, August 26th, 2009 at 02:06 | Comments Off
Categories: A
TOP