Fix rad2grad.

This commit is contained in:
lzwdgc 2015-07-20 16:54:52 +03:00
parent f0388c4b33
commit 25956640c9

View file

@ -34,7 +34,7 @@
#include <common.h> #include <common.h>
#define RAD2GRAD(x) (x) = (x) / M_PI * 100.0 #define RAD2GRAD(x) (x) = (x) / M_PI * 180.0
using namespace std; using namespace std;