如何在Visual C ++ 2008中访问数学常量(例如M_PI)?

时间:2009-04-30 09:42:30

标签: math visual-c++ constants

我想在Visual C ++ 2008中使用数学常量,例如M_PI和M_E。我假设它们是在cmath头中定义的。

1 个答案:

答案 0 :(得分:38)

They are,但您还需#define _USE_MATH_DEFINES才能#include <cmath>