Posts Tagged ‘asinf’

asin, asinf, asinl – arc sine function
USAGE
#include <math.h>

double asin(double x);
float asinf(float x);
long double asinl(long double x);

Link with -lm.

DESCRIPTION
[...]

Wednesday, August 26th, 2009 at 02:03 | Comments Off
Categories: A
TOP