Posts Tagged ‘atan2f’
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);
[...]
Categories: A
