Posts Tagged ‘ctanf’
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);
[...]
Categories: c
