-
- Downloads
tone: M_PI is not standard
Fix usage of M_PI constant: it's not C++, even C, standard constant. Replaced by a direct value in the code. This also can fix C++14 compatibility on some platforms. Change-Id: I1b37c5cd4aabc9af2adccf208cc8a793de54a79c
Please register or sign in to comment