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);

[...]

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