mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Fix rad2grad.
This commit is contained in:
parent
f0388c4b33
commit
25956640c9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
#include <common.h>
|
||||
|
||||
#define RAD2GRAD(x) (x) = (x) / M_PI * 100.0
|
||||
#define RAD2GRAD(x) (x) = (x) / M_PI * 180.0
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue