Posts Tagged ‘acosl’

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