Posts Tagged ‘casin’
casin, casinf, casinl – complex arc sine
USAGE
#include <complex.h>
double complex casin(double complex z);
float complex casinf(float complex z);
long double complex casinl(long double complex z);
[...]
Categories: c
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
[...]
Categories: A
