Posts Tagged ‘tan’
cos, cosf, cosl – cosine function
USAGE
#include <math.h>
double cos(double x);
float cosf(float x);
long double cosl(long double x);
Link with -lm.
DESCRIPTION
[...]
atan, atanf, atanl – arc tangent function
USAGE
#include <math.h>
double atan(double x);
float atanf(float x);
long double atanl( long double x);
Link with -lm.
DESCRIPTION
[...]
atan2, atan2f, atan2l – arc tangent function of two variables
USAGE
#include <math.h>
double atan2(double y, double x);
float atan2f(float y, float x);
long double atan2l(long double y, long double x);
[...]
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
[...]
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
[...]
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
[...]
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
[...]
