Posts Tagged ‘cacos’

cacos, cacosf, cacosl – complex arc cosine
USAGE
#include <complex.h>

double complex cacos(double complex z);
float complex cacosf(float complex z);
long double complex cacosl(long double complex z);

[...]

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

acos, acosf, acosl – arc cosine function
USAGE
#include <math.h>

double acos(double x);
float acosf(float x);
long double acosl(long double x);

Link with -lm.

DESCRIPTION
[...]

Wednesday, August 26th, 2009 at 01:37 | Comments Off
Categories: A

acos, acosf, acosl – arc cosine function
USAGE
#include <math.h>

double acos(double x);
float acosf(float x);
long double acosl(long double x);

Link with -lm.

DESCRIPTION
[...]

Wednesday, August 26th, 2009 at 01:34 | Comments Off
Categories: A

acos, acosf, acosl – arc cosine function
USAGE
#include <math.h>

double acos(double x);
float acosf(float x);
long double acosl(long double x);

Link with -lm.

DESCRIPTION
[...]

Wednesday, August 26th, 2009 at 01:33 | Comments Off
Categories: A
TOP