Closed markgarcia closed 11 years ago
This problem may be solved by #defineing or declaring M_PI in the program's code itself. This should be a more portable and safer way to use the M_PI constant.
#define
M_PI
Issue closed. See #3
This problem may be solved by
#define
ing or declaringM_PI
in the program's code itself. This should be a more portable and safer way to use theM_PI
constant.