Posts Tagged ‘catan’
catan, catanf, catanl – complex arc tangents
USAGE
#include <complex.h>
double complex catan(double complex z);
float complex catanf(float complex z);
long double complex catanl(long double complex z);
[...]
Categories: c
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
