Posts Tagged ‘catanl’

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);

[...]

Thursday, August 27th, 2009 at 00:17 | Comments Off
Categories: c
TOP