Posts Tagged ‘ctanl’

ctan, ctanf, ctanl – complex tangent function
USAGE
#include <complex.h>

double complex ctan(double complex z);
float complex ctanf(float complex z);
long double complex ctanl(long double complex z);

[...]

Thursday, August 27th, 2009 at 02:04 | Comments Off
Categories: c
TOP