Posts Tagged ‘cexp2l’

cexp2, cexp2f, cexp2l – base-2 exponent of a complex number
USAGE
#include <complex.h>

double complex cexp2(double complex z);
float complex cexp2f(float complex z);
long double complex cexp2l(long double complex z);

[...]

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