// cowmath.h

#ifndef __INC_COWMATH_H
#define __INC_COWMATH_H

#ifdef __cplusplus
extern "C" {
#endif

int WArctan2(int, int);
//int AverageDeviation(int *rg, int c);
int ISqrt(int x);

#ifdef __cplusplus
}
#endif

#endif