This commit is contained in:
lancer 2024-04-09 09:59:03 -07:00
parent 73c92912b0
commit 3a4d783633

View file

@ -9,7 +9,7 @@ version 1 is naive port from CPU code to kernel
*/
/*
If encountering "error: identifier "M_PI" is undefined", add the following line to the top of the file:
If encountering "error: identifier "M_PI" is undefined", add the following lines to the top of the file:
#define _USE_MATH_DEFINES
#include <math.h> OR #include <cmath>